Browse Source

HAL_ChibiOS: removed unusued AP_Common/Semaphore.h

mission-4.1.18
Andrew Tridgell 6 years ago
parent
commit
d368d95aa7
  1. 1
      libraries/AP_HAL_ChibiOS/AnalogIn.cpp
  2. 1
      libraries/AP_HAL_ChibiOS/Flash.h
  3. 1
      libraries/AP_HAL_ChibiOS/sdcard.cpp

1
libraries/AP_HAL_ChibiOS/AnalogIn.cpp

@ -17,7 +17,6 @@ @@ -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)

1
libraries/AP_HAL_ChibiOS/Flash.h

@ -2,7 +2,6 @@ @@ -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 {

1
libraries/AP_HAL_ChibiOS/sdcard.cpp

@ -18,7 +18,6 @@ @@ -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…
Cancel
Save