mirror of https://github.com/ArduPilot/ardupilot
Plane: moved the always log flag to 1<<16
this prevent problems with transferring the bitmask as a float
This commit is contained in:
parent
81c5edbdb5
commit
dfa95b3464
|
@ -163,7 +163,7 @@ enum log_messages {
|
|||
#define MASK_LOG_RC (1<<13)
|
||||
#define MASK_LOG_SONAR (1<<14)
|
||||
#define MASK_LOG_ARM_DISARM (1<<15)
|
||||
#define MASK_LOG_WHEN_DISARMED (1UL<<30)
|
||||
#define MASK_LOG_WHEN_DISARMED (1UL<<16)
|
||||
|
||||
// Waypoint Modes
|
||||
// ----------------
|
||||
|
|
Loading…
Reference in New Issue