Skip to content

Commit 036bad2

Browse files
committed
i2c_packet: removed annotation duplicate
error fixed, thanks for bugreport on github by @jk-ozlabs (Jeremy Kerr)
1 parent e9409d7 commit 036bad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decoders/i2c_packet/pd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Decoder(srd.Decoder):
6464
('data', 'Data'),
6565
)
6666
annotation_rows = (
67-
('data', 'Data', (Ann.DATA,)),
67+
('packet', 'Packet', (Ann.DATA,)),
6868
)
6969

7070
def __init__(self):

0 commit comments

Comments
 (0)