From 544117e9eb5a5ca827f1fbf62814459503b36e9e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 29 Nov 2009 08:40:11 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1347 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/io/platforms/STM32/stm32_dma.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'os/io/platforms/STM32/stm32_dma.c') diff --git a/os/io/platforms/STM32/stm32_dma.c b/os/io/platforms/STM32/stm32_dma.c index 9593a5f51..e7574b75d 100644 --- a/os/io/platforms/STM32/stm32_dma.c +++ b/os/io/platforms/STM32/stm32_dma.c @@ -24,15 +24,8 @@ * @{ */ -#include - -#include "stm32_dma.h" - -#undef FALSE -#undef TRUE -#include -#define FALSE 0 -#define TRUE (!FALSE) +#include "ch.h" +#include "hal.h" static cnt_t dmacnt1; #if defined(STM32F10X_HD) || defined (STM32F10X_CL) -- cgit v1.2.3