Browse Source

AP_Bootloader: fix for include changes

gps-1.3.1
Andrew Tridgell 3 years ago
parent
commit
1ba5e33474
  1. 2
      Tools/AP_Bootloader/can.cpp

2
Tools/AP_Bootloader/can.cpp

@ -16,7 +16,7 @@ @@ -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>

Loading…
Cancel
Save