From 780770f1295b7fdeb4481eb42623bad5da1e19a7 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Mon, 10 Mar 2014 00:43:27 +0100 Subject: Remove unused probes and options --- decoders/maxim_ds28ea00/pd.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'decoders/maxim_ds28ea00') diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index 6e1125a..312475e 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/pd.py @@ -44,14 +44,12 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['onewire_network'] outputs = ['maxim_ds28ea00'] - probes = [] optional_probes = [ {'id': 'pioa', 'name': 'PIOA/DONE#', 'desc': 'PIOA channel and chain output'}, {'id': 'piob', 'name': 'PIOB/EN#', 'desc': 'PIOB channel and chain output'}, ] - options = {} annotations = [ ['text', 'Human-readable text'], ] -- cgit v1.2.3-70-g09d2