diff options
Diffstat (limited to 'os/io/platforms/STM32/stm32_dma.h')
-rw-r--r-- | os/io/platforms/STM32/stm32_dma.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <stm32f10x.h>
-#define FALSE 0
-#define TRUE (!FALSE)
-
/** @brief DMA1 identifier.*/
#define DMA1_ID 0
|