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/mx25lxx05d/pd.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'decoders/mx25lxx05d') diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 76319db..c7dbd20 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -91,12 +91,10 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi', 'logic'] outputs = ['mx25lxx05d'] - probes = [] optional_probes = [ {'id': 'hold', 'name': 'HOLD#', 'desc': 'Pause device w/o deselecting it'}, {'id': 'wp_acc', 'name': 'WP#/ACC', 'desc': 'Write protect'}, ] - options = {} annotations = cmd_annotation_classes() + [ ['bits', 'Bits'], ['bits2', 'Bits2'], -- cgit v1.2.3-70-g09d2