From 847e488b37fe5c85c4d1aa4930ced34c24ca5b03 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 1 Feb 2014 23:14:46 +0100 Subject: Add a few missing probe-names. --- decoders/rtc8564/pd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'decoders/rtc8564') diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py index afc2fe0..728cae6 100644 --- a/decoders/rtc8564/pd.py +++ b/decoders/rtc8564/pd.py @@ -35,9 +35,9 @@ class Decoder(srd.Decoder): outputs = ['rtc8564'] probes = [] optional_probes = [ - {'id': 'clkout', 'name': 'CLKOUT', 'desc': 'TODO.'}, - {'id': 'clkoe', 'name': 'CLKOE', 'desc': 'TODO.'}, - {'id': 'int', 'name': 'INT#', 'desc': 'TODO.'}, + {'id': 'clkout', 'name': 'CLKOUT', 'desc': 'Clock output'}, + {'id': 'clkoe', 'name': 'CLKOE', 'desc': 'Clock output enable'}, + {'id': 'int', 'name': 'INT#', 'desc': 'Interrupt'}, ] options = {} annotations = [ -- cgit v1.2.3-70-g09d2