Plane: moved the always log flag to 1<<16

this prevent problems with transferring the bitmask as a float
This commit is contained in:
Andrew Tridgell 2014-02-14 13:14:45 +11:00
parent 81c5edbdb5
commit dfa95b3464
1 changed files with 1 additions and 1 deletions

View File

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