AP_Bootloader: fix for include changes

This commit is contained in:
Andrew Tridgell 2022-02-21 15:44:12 +11:00
parent 94d02faf37
commit 1ba5e33474

View File

@ -16,7 +16,7 @@
CAN bootloader support
*/
#include <AP_HAL/AP_HAL.h>
#include <hal.h>
#if HAL_USE_CAN == TRUE || HAL_NUM_CAN_IFACES
#include <AP_Math/AP_Math.h>
#include <AP_Math/crc.h>