mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
AP_Scheduler: add support for AP_Logger into AP_Periph
This commit is contained in:
parent
102543684e
commit
ef2e273ee6
@ -20,6 +20,10 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifndef HAL_SCHEDULER_ENABLED
|
||||||
|
#define HAL_SCHEDULER_ENABLED 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
#include <AP_HAL/Util.h>
|
#include <AP_HAL/Util.h>
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user