diff options
Diffstat (limited to 'decoders/mxc6225xu')
-rw-r--r-- | decoders/mxc6225xu/__init__.py | 1 | ||||
-rw-r--r-- | decoders/mxc6225xu/pd.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index c4209c8..c522711 100644 --- a/decoders/mxc6225xu/__init__.py +++ b/decoders/mxc6225xu/__init__.py @@ -27,4 +27,3 @@ Its I²C slave address is 0x2a. ''' from .pd import * - diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index c506fb6..2f09488 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.py @@ -213,4 +213,3 @@ class Decoder(srd.Decoder): self.state = 'IDLE' else: pass # TODO? - |