Skip to content

Commit bf15c7f

Browse files
committed
Fixed error with NAK definition.
1 parent 55a29a6 commit bf15c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubxtranslator/predefined.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
core.Field('clsID', 'U1'),
1010
core.Field('msgID', 'U1'),
1111
]),
12-
core.Message(0x01, 'NAK', [
12+
core.Message(0x00, 'NAK', [
1313
core.Field('clsID', 'U1'),
1414
core.Field('msgID', 'U1'),
1515
])

0 commit comments

Comments
 (0)