Skip to content

Commit 55b335d

Browse files
committed
refactor: removed ErrorCodeBNO08XFailedToParseFrame
1 parent ba659fe commit 55b335d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

constants.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const (
3939
ErrorCodeBNO08XUARTRVCInvalidChecksum
4040
ErrorCodeBNO08XUARTRVCByteTimeout
4141
ErrorCodeBNO08XUARTRVCFailedToReadByte
42-
ErrorCodeBNO08XFailedToParseFrame
4342
ErrorCodeBNO08XUARTRVCUARTTimeout
4443
ErrorCodeBNO08XFailedToCreatePacket
4544
ErrorCodeBNO08XFailedToSetUARTFormat
@@ -184,7 +183,6 @@ var (
184183
ErrorCodeBNO08XUARTRVCInvalidChecksum: "bno08x uart rvc invalid checksum",
185184
ErrorCodeBNO08XUARTRVCByteTimeout: "bno08x uart rvc byte timeout",
186185
ErrorCodeBNO08XUARTRVCFailedToReadByte: "bno08x uart rvc failed to read byte",
187-
ErrorCodeBNO08XFailedToParseFrame: "bno08x failed to parse frame",
188186
ErrorCodeBNO08XUARTRVCUARTTimeout: "bno08x uart rvc uart timeout",
189187
ErrorCodeBNO08XFailedToCreatePacket: "bno08x failed to create packet",
190188
ErrorCodeBNO08XFailedToSetUARTFormat: "bno08x failed to set uart format",

0 commit comments

Comments
 (0)