mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Replay: Change to a Boolean value
This commit is contained in:
parent
fb5c337328
commit
36dcadf652
@ -143,7 +143,7 @@ bool MsgHandler::field_value(uint8_t *msg, const char *label, Vector3f &ret)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (i == next_field) {
|
if (i == next_field) {
|
||||||
return 0; // not found
|
return false; // not found
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user