From 4e4f8527de0927f2eb1d98e90b58e018ba28d341 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 12 Mar 2014 00:22:31 +0100 Subject: Various PDs: Drop currently unsupported probes in stacked PDs. At the moment we don't yet support PDs which take both input from another PD (which they're stacked on top of) and from one or more logic inputs/pins. This will be supported later on, and at that time we'll bring back these changes. --- decoders/mxc6225xu/pd.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'decoders/mxc6225xu') diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index c1a2a81..67656a9 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.py @@ -68,9 +68,6 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = ['mxc6225xu'] - optional_probes = ( - {'id': 'int', 'name': 'INT', 'desc': 'DTOS interrupt output pin'}, - ) annotations = ( ('text', 'Human-readable text'), ) -- cgit v1.2.3-70-g09d2