summaryrefslogtreecommitdiff
path: root/decoders/rtc8564
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/rtc8564')
-rw-r--r--decoders/rtc8564/pd.py6
1 files changed, 3 insertions, 3 deletions
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 = [