ArduPlane: tidy log message id definitions

Add a comment indicating only 20 ids are available to the vehicle
This commit is contained in:
Peter Barker 2021-12-18 12:21:57 +11:00 committed by Andrew Tridgell
parent 9b2e9d2e2c
commit 278899e44c

View File

@ -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,