aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-02-06 13:32:36 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2017-02-06 13:32:36 +0100
commit11e949d81b4d0f3b94763eb0b29b713bd1e83ae1 (patch)
tree131d317cdc434a93ae7c19532c09535e683e976d /os/hal/ports/STM32
parentc09968f96720fda7ee07512615e33a17e9dd5e39 (diff)
downloadChibiOS-Contrib-11e949d81b4d0f3b94763eb0b29b713bd1e83ae1.tar.gz
ChibiOS-Contrib-11e949d81b4d0f3b94763eb0b29b713bd1e83ae1.tar.bz2
ChibiOS-Contrib-11e949d81b4d0f3b94763eb0b29b713bd1e83ae1.zip
[Timcap/Eeprom] Removing ch.h dependencies.
Diffstat (limited to 'os/hal/ports/STM32')
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.c1
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.h1
2 files changed, 0 insertions, 2 deletions
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"