aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/ext_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-12 16:13:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-12 16:13:20 +0000
commita840a0d418a1ca695412b934637b81f7e38cfef8 (patch)
treed5b8ab4fc8bcaebb11c64d867d37edcd883f9616 /os/hal/platforms/STM32/ext_lld.c
parent78e314cdada1c3dba3078d3b8645f90687676bd9 (diff)
downloadChibiOS-a840a0d418a1ca695412b934637b81f7e38cfef8.tar.gz
ChibiOS-a840a0d418a1ca695412b934637b81f7e38cfef8.tar.bz2
ChibiOS-a840a0d418a1ca695412b934637b81f7e38cfef8.zip
Ported EXT.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6142 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/ext_lld.c')
-rw-r--r--os/hal/platforms/STM32/ext_lld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/ext_lld.c b/os/hal/platforms/STM32/ext_lld.c
index 970e0ce8e..80b222124 100644
--- a/os/hal/platforms/STM32/ext_lld.c
+++ b/os/hal/platforms/STM32/ext_lld.c
@@ -22,7 +22,6 @@
* @{
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_EXT || defined(__DOXYGEN__)