mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|
#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>
|
||||||
|
Loading…
Reference in New Issue
Block a user