File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments