From da9bcbd9f45b0153465c55ec726a0d76f6d7f01e Mon Sep 17 00:00:00 2001
From: Bert Vermeulen <bert@biot.com>
Date: Mon, 10 Mar 2014 12:23:38 +0100
Subject: Probes, optional probes and annotations now take a tuple.

Annotation entries also consist of a tuple, not a list.
---
 decoders/jtag_stm32/pd.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'decoders/jtag_stm32')

diff --git a/decoders/jtag_stm32/pd.py b/decoders/jtag_stm32/pd.py
index cc298d6..0acedc8 100644
--- a/decoders/jtag_stm32/pd.py
+++ b/decoders/jtag_stm32/pd.py
@@ -127,9 +127,9 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['jtag']
     outputs = ['jtag_stm32']
-    annotations = [
-        ['text', 'Human-readable text'],
-    ]
+    annotations = (
+        ('text', 'Human-readable text'),
+    )
 
     def __init__(self, **kwargs):
         self.state = 'IDLE'
-- 
cgit v1.2.3-70-g09d2