5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-06 21:53:57 -04:00
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