mirror of https://github.com/ArduPilot/ardupilot
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) {
|
||||
return 0; // not found
|
||||
return false; // not found
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue