Plane: defines.h should not use defines from config.h
config.h includes defines.h early, so defines in config.h are unavailable
This commit is contained in:
parent
44c63b8873
commit
ca4017d093
@ -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…
Reference in New Issue
Block a user