X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Frtc8564%2Frtc8564.py;h=c74630a53713182595bef0c08c4d60e24b5f9fd2;hp=6677f7b02c68cde3cb80d051faaae322094e6c78;hb=ee3e279c7558b388410d16cbce9db6c80e9c0c67;hpb=d274e1bfc2cd0795c62ce304fa01320af16ca396 diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/rtc8564.py index 6677f7b..c74630a 100644 --- a/decoders/rtc8564/rtc8564.py +++ b/decoders/rtc8564/rtc8564.py @@ -43,7 +43,7 @@ class Decoder(srd.Decoder): ] options = {} annotations = [ - ['TODO', 'TODO'], + ['Text', 'Human-readable text'], ] def __init__(self, **kwargs):