summaryrefslogtreecommitdiff
path: root/decoders/dcf77
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-02-01 00:13:42 +0100
committerBert Vermeulen <bert@biot.com>2012-02-01 00:13:42 +0100
commitb77614bc977475102062ac5d1c8fe8e55349315a (patch)
tree36845bc97277429b1cc5b863ad3e4aaa92a85097 /decoders/dcf77
parentdcdf48838748df02bc3028c4a26ea6d4506ee542 (diff)
downloadlibsigrokdecode-b77614bc977475102062ac5d1c8fe8e55349315a.tar.gz
libsigrokdecode-b77614bc977475102062ac5d1c8fe8e55349315a.zip
srd: rename extra_probes to optional_probes in all PDs
Diffstat (limited to 'decoders/dcf77')
-rw-r--r--decoders/dcf77/dcf77.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/dcf77/dcf77.py b/decoders/dcf77/dcf77.py
index 5379592..098c3b9 100644
--- a/decoders/dcf77/dcf77.py
+++ b/decoders/dcf77/dcf77.py
@@ -57,7 +57,7 @@ class Decoder(srd.Decoder):
probes = [
{'id': 'data', 'name': 'DATA', 'desc': 'DATA line'},
]
- extra_probes = [
+ optional_probes = [
{'id': 'pon', 'name': 'PON', 'desc': 'TODO'},
]
options = {}