mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: removed unusued AP_Common/Semaphore.h
This commit is contained in:
parent
9f5a598697
commit
d368d95aa7
|
@ -17,7 +17,6 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include <AP_Common/Semaphore.h>
|
||||
|
||||
#if HAL_USE_ADC == TRUE && !defined(HAL_DISABLE_ADC_DRIVER)
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "AP_HAL_ChibiOS_Namespace.h"
|
||||
#include <AP_Common/Semaphore.h>
|
||||
#include "hwdef/common/flash.h"
|
||||
|
||||
class ChibiOS::Flash : public AP_HAL::Flash {
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include "sdcard.h"
|
||||
#include "hwdef/common/spi_hook.h"
|
||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||
#include <AP_Common/Semaphore.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
Loading…
Reference in New Issue