mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
AP_Mission: add AP_Mission_config.h
This commit is contained in:
parent
dab9e00dc7
commit
6756c295df
@ -12,11 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include "AP_Mission_config.h"
|
||||||
|
|
||||||
#ifndef AP_MISSION_ENABLED
|
|
||||||
#define AP_MISSION_ENABLED 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
|
5
libraries/AP_Mission/AP_Mission_config.h
Normal file
5
libraries/AP_Mission/AP_Mission_config.h
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||||||
|
|
||||||
|
#ifndef AP_MISSION_ENABLED
|
||||||
|
#define AP_MISSION_ENABLED 1
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user