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.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'os/io/platforms/STM32/stm32_dma.h') diff --git a/os/io/platforms/STM32/stm32_dma.h b/os/io/platforms/STM32/stm32_dma.h index c22ff0100..fdc646004 100644 --- a/os/io/platforms/STM32/stm32_dma.h +++ b/os/io/platforms/STM32/stm32_dma.h @@ -27,12 +27,6 @@ #ifndef _STM32_DMA_H_ #define _STM32_DMA_H_ -#undef FALSE -#undef TRUE -#include -#define FALSE 0 -#define TRUE (!FALSE) - /** @brief DMA1 identifier.*/ #define DMA1_ID 0 -- cgit v1.2.3