mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Mission: add support for AP_Logger into AP_Periph
This commit is contained in:
parent
b681dc940a
commit
fd4fb15e7d
@ -12,6 +12,10 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#ifndef HAL_MISSION_ENABLED
|
||||
#define HAL_MISSION_ENABLED 1
|
||||
#endif
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
Loading…
Reference in New Issue
Block a user