Browse Source

Plane: defines.h should not use defines from config.h

config.h includes defines.h early, so defines in config.h are unavailable
master
Peter Barker 9 years ago committed by Lucas De Marchi
parent
commit
ca4017d093
  1. 6
      ArduPlane/defines.h

6
ArduPlane/defines.h

@ -116,10 +116,8 @@ enum log_messages {
LOG_RC_MSG, LOG_RC_MSG,
LOG_SONAR_MSG, LOG_SONAR_MSG,
LOG_ARM_DISARM_MSG, LOG_ARM_DISARM_MSG,
LOG_STATUS_MSG LOG_STATUS_MSG,
#if OPTFLOW == ENABLED LOG_OPTFLOW_MSG
,LOG_OPTFLOW_MSG
#endif
}; };
#define MASK_LOG_ATTITUDE_FAST (1<<0) #define MASK_LOG_ATTITUDE_FAST (1<<0)

Loading…
Cancel
Save