From fb68f0d51775b7e0bafa82fa67573e652babb6a6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 24 Oct 2009 10:09:28 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1251 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/io/platforms/STM32/serial_lld.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'os/io/platforms/STM32/serial_lld.h') diff --git a/os/io/platforms/STM32/serial_lld.h b/os/io/platforms/STM32/serial_lld.h index ed80f8b5d..b5d32d605 100644 --- a/os/io/platforms/STM32/serial_lld.h +++ b/os/io/platforms/STM32/serial_lld.h @@ -27,17 +27,11 @@ #ifndef _SERIAL_LLD_H_ #define _SERIAL_LLD_H_ -/* - * Tricks required to make the TRUE/FALSE declaration inside the library - * compatible. - */ -#ifndef __STM32F10x_H #undef FALSE #undef TRUE #include #define FALSE 0 #define TRUE (!FALSE) -#endif /*===========================================================================*/ /* Driver pre-compile time settings. */ -- cgit v1.2.3