mirror of https://github.com/ArduPilot/ardupilot
AP_Rally: add support for AP_Logger into AP_Periph
This commit is contained in:
parent
fd4fb15e7d
commit
102543684e
|
@ -14,6 +14,10 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#ifndef HAL_RALLY_ENABLED
|
||||
#define HAL_RALLY_ENABLED 1
|
||||
#endif
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Common/Location.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
|
|
Loading…
Reference in New Issue