mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Bootloader: fix for include changes
This commit is contained in:
parent
94d02faf37
commit
1ba5e33474
@ -16,7 +16,7 @@
|
|||||||
CAN bootloader support
|
CAN bootloader support
|
||||||
*/
|
*/
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
|
#include <hal.h>
|
||||||
#if HAL_USE_CAN == TRUE || HAL_NUM_CAN_IFACES
|
#if HAL_USE_CAN == TRUE || HAL_NUM_CAN_IFACES
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include <AP_Math/crc.h>
|
#include <AP_Math/crc.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user