mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
ArduSub: tidy log message id definitions
Add a comment indicating only 20 ids are available to the vehicle
This commit is contained in:
parent
278899e44c
commit
7dadc9f050
@ -82,7 +82,7 @@ enum RTLState {
|
|||||||
RTL_Land
|
RTL_Land
|
||||||
};
|
};
|
||||||
|
|
||||||
// Logging parameters
|
// Logging parameters - only 32 messages are available to the vehicle here.
|
||||||
enum LoggingParameters {
|
enum LoggingParameters {
|
||||||
LOG_CONTROL_TUNING_MSG,
|
LOG_CONTROL_TUNING_MSG,
|
||||||
LOG_DATA_INT16_MSG,
|
LOG_DATA_INT16_MSG,
|
||||||
|
Loading…
Reference in New Issue
Block a user