Skip to content

Commit

Permalink
i2c_packet: removed annotation duplicate
Browse files Browse the repository at this point in the history
error fixed, thanks for bugreport on github by @jk-ozlabs (Jeremy Kerr)
  • Loading branch information
sespivak committed Aug 30, 2022
1 parent e9409d7 commit 036bad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoders/i2c_packet/pd.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Decoder(srd.Decoder):
('data', 'Data'),
)
annotation_rows = (
('data', 'Data', (Ann.DATA,)),
('packet', 'Packet', (Ann.DATA,)),
)

def __init__(self):
Expand Down

0 comments on commit 036bad2

Please sign in to comment.