AP_Mission: add support for AP_Logger into AP_Periph

This commit is contained in:
Peter Barker 2021-05-20 12:34:14 +10:00 committed by Andrew Tridgell
parent b681dc940a
commit fd4fb15e7d

View File

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