]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/pd.py
All PDs: Bump api_version to 2.
[libsigrokdecode.git] / decoders / rtc8564 / pd.py
index bb72fdc1f57a44ab8847d2101835ee42f3305b18..f13af364fe14dd731c639667ac7419989dc0c339 100644 (file)
@@ -32,7 +32,7 @@ def reg_list():
     return tuple(l)
 
 class Decoder(srd.Decoder):
-    api_version = 1
+    api_version = 2
     id = 'rtc8564'
     name = 'RTC-8564'
     longname = 'Epson RTC-8564 JE/NB'