diff options
Diffstat (limited to 'decoders/i2cdemux/pd.py')
-rw-r--r-- | decoders/i2cdemux/pd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/i2cdemux/pd.py b/decoders/i2cdemux/pd.py index d86c597..3904643 100644 --- a/decoders/i2cdemux/pd.py +++ b/decoders/i2cdemux/pd.py @@ -45,9 +45,6 @@ class Decoder(srd.Decoder): def start(self): self.out_proto = [] - def report(self): - pass - # Grab I2C packets into a local cache, until an I2C STOP condition # packet comes along. At some point before that STOP condition, there # will have been an ADDRESS READ or ADDRESS WRITE which contains the |