From 11e949d81b4d0f3b94763eb0b29b713bd1e83ae1 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Mon, 6 Feb 2017 13:32:36 +0100 Subject: [Timcap/Eeprom] Removing ch.h dependencies. --- os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.c | 1 - os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.h | 1 - 2 files changed, 2 deletions(-) (limited to 'os/hal/ports/STM32') diff --git a/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.c b/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.c index c55fae2..37a48fd 100644 --- a/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.c +++ b/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.c @@ -31,7 +31,6 @@ * @{ */ -#include "ch.h" #include "hal.h" #if HAL_USE_TIMCAP || defined(__DOXYGEN__) diff --git a/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.h b/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.h index 643798a..621313a 100644 --- a/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.h +++ b/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.h @@ -25,7 +25,6 @@ #ifndef HAL_TIMCAP_LLD_H_ #define HAL_TIMCAP_LLD_H_ -#include "ch.h" #include "hal.h" #include "stm32_tim.h" -- cgit v1.2.3