diff options
Diffstat (limited to 'decoders/pan1321.py')
-rw-r--r-- | decoders/pan1321.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/pan1321.py b/decoders/pan1321.py index 601fcfd..fc34aac 100644 --- a/decoders/pan1321.py +++ b/decoders/pan1321.py @@ -32,8 +32,8 @@ T_DATA = 1 class Decoder(srd.Decoder): id = 'pan1321' - name = 'Panasonic PAN1321' - longname = 'TODO.' + name = 'PAN1321' + longname = 'Panasonic PAN1321' desc = 'TODO.' longdesc = 'TODO.' author = 'Uwe Hermann' |