AP_Rally: 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 fd4fb15e7d
commit 102543684e

View File

@ -14,6 +14,10 @@
*/ */
#pragma once #pragma once
#ifndef HAL_RALLY_ENABLED
#define HAL_RALLY_ENABLED 1
#endif
#include <AP_Common/AP_Common.h> #include <AP_Common/AP_Common.h>
#include <AP_Common/Location.h> #include <AP_Common/Location.h>
#include <AP_Param/AP_Param.h> #include <AP_Param/AP_Param.h>