Plane: fixed integer size problem on APM2

This commit is contained in:
Andrew Tridgell 2014-01-14 21:27:39 +11:00
parent 906c1d18b4
commit 3a5fb46dc2
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,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 (1<<30)
#define MASK_LOG_WHEN_DISARMED (1UL<<30)
// Waypoint Modes
// ----------------