diff options
Diffstat (limited to 'decoders/ds1307')
-rw-r--r-- | decoders/ds1307/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds1307/pd.py b/decoders/ds1307/pd.py index 9b7a21f..560d94d 100644 --- a/decoders/ds1307/pd.py +++ b/decoders/ds1307/pd.py @@ -52,7 +52,7 @@ def regs_and_bits(): return tuple(l) class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'ds1307' name = 'DS1307' longname = 'Dallas DS1307' |