]> sigrok.org Git - libsigrokdecode.git/commit - decoders/i2c/pd.py
i2c: Don't drop the first sample of input data
authorGerhard Sittig <redacted>
Sun, 18 Jun 2017 17:32:57 +0000 (19:32 +0200)
committerUwe Hermann <redacted>
Wed, 21 Jun 2017 15:45:15 +0000 (17:45 +0200)
commitcbca32378d7b18a793057a7f6c4a7a19efa53376
treefba5befcc1be9d55718c091e3f96b0a484926b5a
parent1b9ef18be867133e721681cbc20272cf5c669504
i2c: Don't drop the first sample of input data

The previous implementation of the I2C decoder used to retrieve and not
process the first sample of the input stream. Remove this instruction.
decoders/i2c/pd.py