HAL_ChibiOS: fixed bootloader build issue

This commit is contained in:
Andrew Tridgell 2018-06-25 19:50:30 +10:00
parent fe4a18d5f3
commit a0b4553a26

View File

@ -27,14 +27,14 @@
#include <AP_HAL_ChibiOS/RCInput.h>
#include <AP_HAL_ChibiOS/CAN.h>
#if CH_CFG_USE_DYNAMIC == TRUE
#include <DataFlash/DataFlash.h>
#include <AP_Scheduler/AP_Scheduler.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include "shared_dma.h"
#include "sdcard.h"
#if CH_CFG_USE_DYNAMIC == TRUE
using namespace ChibiOS;
extern const AP_HAL::HAL& hal;