summaryrefslogtreecommitdiff
path: root/decoders/pan1321
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/pan1321')
-rw-r--r--decoders/pan1321/pan1321.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/decoders/pan1321/pan1321.py b/decoders/pan1321/pan1321.py
index eed24cd..9d1d812 100644
--- a/decoders/pan1321/pan1321.py
+++ b/decoders/pan1321/pan1321.py
@@ -22,9 +22,6 @@
import sigrokdecode as srd
-# Annotation feed formats
-ANN_ASCII = 0
-
# ...
RX = 0
TX = 1
@@ -42,7 +39,7 @@ class Decoder(srd.Decoder):
optional_probes = []
options = {}
annotations = [
- ['ASCII', 'TODO: description'],
+ ['Text', 'Human-readable text'],
]
def __init__(self, **kwargs):