ardupilot/libraries/AP_Mission/AP_Mission_config.h

10 lines
198 B
C

#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_MISSION_ENABLED
#define AP_MISSION_ENABLED 1
#endif
#ifndef AP_MISSION_NAV_PAYLOAD_PLACE_ENABLED
#define AP_MISSION_NAV_PAYLOAD_PLACE_ENABLED 1
#endif