diff options
Diffstat (limited to 'decoders/i2cdemux/pd.py')
-rw-r--r-- | decoders/i2cdemux/pd.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/i2cdemux/pd.py b/decoders/i2cdemux/pd.py index 1bf96a9..23c4253 100644 --- a/decoders/i2cdemux/pd.py +++ b/decoders/i2cdemux/pd.py @@ -18,8 +18,6 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -# Generic I²C demultiplexing protocol decoder - import sigrokdecode as srd class Decoder(srd.Decoder): |