diff options
Diffstat (limited to 'decoders/x2444m/pd.py')
-rw-r--r-- | decoders/x2444m/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/x2444m/pd.py b/decoders/x2444m/pd.py index 2fa4d38..8a2852a 100644 --- a/decoders/x2444m/pd.py +++ b/decoders/x2444m/pd.py @@ -40,6 +40,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = ['x2444m'] + tags = ['IC', 'Memory'] annotations = ( ('wrds', 'Write disable'), ('sto', 'Store RAM data in EEPROM'), |