mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: tidy log message id definitions
Add a comment indicating only 20 ids are available to the vehicle
This commit is contained in:
parent
db8d08b349
commit
92c5906c1e
|
@ -34,6 +34,8 @@ enum class PWMDisarmed {
|
||||||
#define MASK_LOG_CURRENT (1<<6)
|
#define MASK_LOG_CURRENT (1<<6)
|
||||||
#define MASK_LOG_ANY 0xFFFF
|
#define MASK_LOG_ANY 0xFFFF
|
||||||
|
|
||||||
// Logging messages
|
// Logging messages - only 32 messages are available to the vehicle here.
|
||||||
#define LOG_V_BAR_MSG 0x04
|
enum log_messages {
|
||||||
#define LOG_V_POS_MSG 0x05
|
LOG_V_BAR_MSG,
|
||||||
|
LOG_V_POS_MSG,
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue