diff options
Diffstat (limited to 'decoders/onewire_network')
-rw-r--r-- | decoders/onewire_network/pd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/onewire_network/pd.py b/decoders/onewire_network/pd.py index a80132e..3064481 100644 --- a/decoders/onewire_network/pd.py +++ b/decoders/onewire_network/pd.py @@ -41,9 +41,6 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['onewire_link'] outputs = ['onewire_network'] - probes = [] - optional_probes = [] - options = {} annotations = [ ['text', 'Human-readable text'], ] |