diff options
Diffstat (limited to 'decoders/max7219')
-rw-r--r-- | decoders/max7219/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/max7219/pd.py b/decoders/max7219/pd.py index 7484034..53067a6 100644 --- a/decoders/max7219/pd.py +++ b/decoders/max7219/pd.py @@ -48,7 +48,7 @@ class Decoder(srd.Decoder): desc = 'Maxim MAX72xx series 8-digit LED display driver.' license = 'gplv2+' inputs = ['spi'] - outputs = ['max7219'] + outputs = [] tags = ['Display'] annotations = ( ('register', 'Registers written to the device'), |