Skip to content

Commit 61da1ae

Browse files
fix for duplicate ids
1 parent b297751 commit 61da1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Decoder(srd.Decoder):
5656

5757
)
5858
annotation_rows = (
59-
('bit', 'Bits', (0,)),
59+
('bits', 'Bits', (0,)),
6060
('dshot_data', 'DShot Data', (1,2,3)),
6161
('dshot_errors', 'Dshot Errors', (4,)),
6262
)

0 commit comments

Comments
 (0)