From ee3e279c7558b388410d16cbce9db6c80e9c0c67 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 8 May 2012 23:53:48 +0200 Subject: srd: Remove TODOs from annotation format names. Also, fix minor consistency issues, cosmetics, typos. --- decoders/pan1321/pan1321.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'decoders/pan1321') 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): -- cgit v1.2.3-70-g09d2