Browse Source

HAL_ChibiOS: fixed build of bootloaders

master
Andrew Tridgell 6 years ago
parent
commit
56203204cc
  1. 3
      libraries/AP_HAL_ChibiOS/RCInput.cpp

3
libraries/AP_HAL_ChibiOS/RCInput.cpp

@ -26,7 +26,10 @@ extern AP_IOMCU iomcu; @@ -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…
Cancel
Save