mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
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
|