mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-27 11:08:29 -04:00
AP_Mission: add AP_Mission_config.h
This commit is contained in:
parent
dab9e00dc7
commit
6756c295df
@ -12,11 +12,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
#ifndef AP_MISSION_ENABLED
|
||||
#define AP_MISSION_ENABLED 1
|
||||
#endif
|
||||
#include "AP_Mission_config.h"
|
||||
|
||||
#include <GCS_MAVLink/GCS_MAVLink.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