mirror of https://github.com/ArduPilot/ardupilot
AP_BLHeli: bring in hal.h
This commit is contained in:
parent
56d74a352c
commit
075f349156
|
@ -25,6 +25,10 @@
|
||||||
|
|
||||||
#ifdef HAVE_AP_BLHELI_SUPPORT
|
#ifdef HAVE_AP_BLHELI_SUPPORT
|
||||||
|
|
||||||
|
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
||||||
|
#include <hal.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <AP_Math/crc.h>
|
#include <AP_Math/crc.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle.h>
|
#include <AP_Vehicle/AP_Vehicle.h>
|
||||||
#if APM_BUILD_TYPE(APM_BUILD_Rover)
|
#if APM_BUILD_TYPE(APM_BUILD_Rover)
|
||||||
|
|
Loading…
Reference in New Issue