mirror of https://github.com/ArduPilot/ardupilot
6 lines
98 B
C
6 lines
98 B
C
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||
|
|
||
|
#ifndef AP_MISSION_ENABLED
|
||
|
#define AP_MISSION_ENABLED 1
|
||
|
#endif
|