Browse Source

AP_Mission: add AP_Mission_config.h

master
Peter Barker 3 years ago committed by Peter Barker
parent
commit
6756c295df
  1. 6
      libraries/AP_Mission/AP_Mission.h
  2. 5
      libraries/AP_Mission/AP_Mission_config.h

6
libraries/AP_Mission/AP_Mission.h

@ -12,11 +12,7 @@ @@ -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

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