Skip to content

Commit 4bbd78b

Browse files
committed
AP_Logger: correct comment about reserved range for vehicle IDs
1 parent 247f5e5 commit 4bbd78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AP_Logger/LogStructure.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ LOG_STRUCTURE_FROM_AIS \
13091309
{ LOG_MOTBATT_MSG, sizeof(log_MotBatt), \
13101310
"MOTB", "QfffffB", "TimeUS,LiftMax,BatVolt,ThLimit,ThrAvMx,ThrOut,FailFlags", "s------", "F------" , true }
13111311

1312-
// message types 0 to 63 reserved for vehicle specific use
1312+
// message types 0 to 31 reserved for vehicle-specific use
13131313

13141314
// message types for common messages
13151315
enum LogMessages : uint8_t {

0 commit comments

Comments
 (0)