mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ArduPlane: tidy log message id definitions
Add a comment indicating only 20 ids are available to the vehicle
This commit is contained in:
parent
9b2e9d2e2c
commit
278899e44c
@ -79,7 +79,7 @@ enum tuning_pid_bits {
|
||||
|
||||
static_assert(TUNING_BITS_END <= (1 << 24) + 1, "Tuning bit mask is too large to be set by MAVLink");
|
||||
|
||||
// Logging message types
|
||||
// Logging message types - only 32 messages are available to the vehicle here.
|
||||
enum log_messages {
|
||||
LOG_CTUN_MSG,
|
||||
LOG_NTUN_MSG,
|
||||
|
Loading…
Reference in New Issue
Block a user