diff options
Diffstat (limited to 'decoders/i2c/i2c.py')
-rw-r--r-- | decoders/i2c/i2c.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/i2c/i2c.py b/decoders/i2c/i2c.py index b1c4a8a..7dce8e1 100644 --- a/decoders/i2c/i2c.py +++ b/decoders/i2c/i2c.py @@ -33,9 +33,9 @@ import sigrokdecode as srd # Annotation feed formats -ANN_SHIFTED = 0 +ANN_SHIFTED = 0 ANN_SHIFTED_SHORT = 1 -ANN_RAW = 2 +ANN_RAW = 2 # Values are verbose and short annotation, respectively. protocol = { |