AP_Mission: add AP_Mission_config.h

This commit is contained in:
Peter Barker 2022-08-15 08:18:01 +10:00 committed by Peter Barker
parent dab9e00dc7
commit 6756c295df
2 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -0,0 +1,5 @@
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_MISSION_ENABLED
#define AP_MISSION_ENABLED 1
#endif