diff options
Diffstat (limited to 'decoders/ddc')
-rw-r--r-- | decoders/ddc/ddc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/ddc/ddc.py b/decoders/ddc/ddc.py index f839093..349b2ec 100644 --- a/decoders/ddc/ddc.py +++ b/decoders/ddc/ddc.py @@ -28,6 +28,7 @@ https://en.wikipedia.org/wiki/Display_Data_Channel import sigrokdecode as srd class Decoder(srd.Decoder): + api_version = 1 id = 'ddc' name = 'DDC' longname = 'Display Data Channel' |