diff options
author | Bert Vermeulen <bert@biot.com> | 2014-03-10 00:43:27 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2014-03-10 00:47:30 +0100 |
commit | 780770f1295b7fdeb4481eb42623bad5da1e19a7 (patch) | |
tree | 4aeece8c26068123d5c4913cad00c3cb6d8a73b0 /decoders/usb_signalling | |
parent | 84c1c0b52820af2418186ac3ecf93a5c6373a22e (diff) | |
download | libsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.tar.gz libsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.zip |
Remove unused probes and options
Diffstat (limited to 'decoders/usb_signalling')
-rw-r--r-- | decoders/usb_signalling/pd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/usb_signalling/pd.py b/decoders/usb_signalling/pd.py index 6f3ceff..823d625 100644 --- a/decoders/usb_signalling/pd.py +++ b/decoders/usb_signalling/pd.py @@ -79,7 +79,6 @@ class Decoder(srd.Decoder): {'id': 'dp', 'name': 'D+', 'desc': 'USB D+ signal'}, {'id': 'dm', 'name': 'D-', 'desc': 'USB D- signal'}, ] - optional_probes = [] options = ( {'id': 'signalling', 'desc': 'Signalling', 'default': 'full-speed', 'values': ('full-speed', 'low-speed')}, |