mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
HAL_ChibiOS: fixed build of bootloaders
This commit is contained in:
parent
2054be0ce1
commit
56203204cc
@ -26,7 +26,10 @@ extern AP_IOMCU iomcu;
|
||||
#endif
|
||||
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
||||
#ifndef HAL_NO_UARTDRIVER
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#endif
|
||||
|
||||
#define SIG_DETECT_TIMEOUT_US 500000
|
||||
using namespace ChibiOS;
|
||||
|
Loading…
Reference in New Issue
Block a user