AP_Scheduler: 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 102543684e
commit ef2e273ee6

View File

@ -20,6 +20,10 @@
*/
#pragma once
#ifndef HAL_SCHEDULER_ENABLED
#define HAL_SCHEDULER_ENABLED 1
#endif
#include <AP_Param/AP_Param.h>
#include <AP_HAL/Util.h>
#include <AP_HAL/AP_HAL.h>