diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-07-18 11:52:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-07-18 11:52:08 +0000 |
commit | dbb70634be45c6905322cdcb4e5adac3dbe201b4 (patch) | |
tree | 2bf43d0c1615d9336ec2862b9ae552dda2bdbf0b /ports/ARMCM3-STM32F103/stm32_serial.h | |
parent | 6d390a7c46baaea0ca99efb09fb872ceea37623e (diff) | |
download | ChibiOS-dbb70634be45c6905322cdcb4e5adac3dbe201b4.tar.gz ChibiOS-dbb70634be45c6905322cdcb4e5adac3dbe201b4.tar.bz2 ChibiOS-dbb70634be45c6905322cdcb4e5adac3dbe201b4.zip |
STM32 port files modified to use the new ST header.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1063 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3-STM32F103/stm32_serial.h')
-rw-r--r-- | ports/ARMCM3-STM32F103/stm32_serial.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ports/ARMCM3-STM32F103/stm32_serial.h b/ports/ARMCM3-STM32F103/stm32_serial.h index e5b08334c..ffacd00b6 100644 --- a/ports/ARMCM3-STM32F103/stm32_serial.h +++ b/ports/ARMCM3-STM32F103/stm32_serial.h @@ -31,13 +31,13 @@ * Tricks required to make the TRUE/FALSE declaration inside the library
* compatible.
*/
-#ifndef __STM32F10x_MAP_H
-#undef FALSE
-#undef TRUE
-#include "stm32f10x_map.h"
-#define FALSE 0
-#define TRUE (!FALSE)
-#endif
+//#ifndef __STM32F10x_MAP_H
+//#undef FALSE
+//#undef TRUE
+//#include "stm32f10x_map.h"
+//#define FALSE 0
+//#define TRUE (!FALSE)
+//#endif
/**
* @brief Serial buffers size.
|