diff options
Diffstat (limited to 'decoders/mxc6225xu/pd.py')
-rw-r--r-- | decoders/mxc6225xu/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index 7eac07e..e961778 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.py @@ -66,7 +66,7 @@ class Decoder(srd.Decoder): desc = 'Digital Thermal Orientation Sensor (DTOS) protocol.' license = 'gplv2+' inputs = ['i2c'] - outputs = ['mxc6225xu'] + outputs = [] tags = ['IC', 'Sensor'] annotations = ( ('text', 'Human-readable text'), |