mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: correct comment about reserved range for vehicle IDs
This commit is contained in:
parent
e83afcf9c4
commit
a737a34cd0
|
@ -1309,7 +1309,7 @@ LOG_STRUCTURE_FROM_AIS \
|
|||
{ LOG_MOTBATT_MSG, sizeof(log_MotBatt), \
|
||||
"MOTB", "QfffffB", "TimeUS,LiftMax,BatVolt,ThLimit,ThrAvMx,ThrOut,FailFlags", "s------", "F------" , true }
|
||||
|
||||
// message types 0 to 63 reserved for vehicle specific use
|
||||
// message types 0 to 31 reserved for vehicle-specific use
|
||||
|
||||
// message types for common messages
|
||||
enum LogMessages : uint8_t {
|
||||
|
|
Loading…
Reference in New Issue