mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
10 lines
198 B
C
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
|