mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04: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:
|
||||
if (dataLength % 2 == 0) {
|
||||
parseXYZData(TKobukiData &output, unsigned char *data, int &checkedValue);
|
||||
parseXYZData(output, data, checkedValue);
|
||||
} else {
|
||||
checkedValue += dataLength;
|
||||
}
|
||||
|
Reference in New Issue
Block a user