mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 04:14:58 +00:00
fix small error
This commit is contained in:
@@ -73,7 +73,7 @@ int KobukiParser::parseKobukiMessage(TKobukiData &output, unsigned char *data) {
|
|||||||
|
|
||||||
case 0x0D:
|
case 0x0D:
|
||||||
if (dataLength % 2 == 0) {
|
if (dataLength % 2 == 0) {
|
||||||
parseXYZData(TKobukiData &output, unsigned char *data, int &checkedValue);
|
parseXYZData(output, data, checkedValue);
|
||||||
} else {
|
} else {
|
||||||
checkedValue += dataLength;
|
checkedValue += dataLength;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user