HAL_ChibiOS: fixed bootloader build issue
This commit is contained in:
parent
fe4a18d5f3
commit
a0b4553a26
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user