diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-07-18 12:19:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-07-18 12:19:47 +0000 |
commit | 5ed3eb8eb99eecad0138843118e2e6d39a3189f8 (patch) | |
tree | 8371a1e8b5ff91da230709cdf3b40126e462ad04 /demos/ARMCM3-STM32F103-GCC/board.h | |
parent | 292b65d6ecee8922c0b56f58c212d931ffb2a075 (diff) | |
download | ChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.tar.gz ChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.tar.bz2 ChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.zip |
Version numbers, doxygen files, and readme updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1066 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-GCC/board.h')
-rw-r--r-- | demos/ARMCM3-STM32F103-GCC/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/board.h b/demos/ARMCM3-STM32F103-GCC/board.h index dcf8f8a33..c32b3d9da 100644 --- a/demos/ARMCM3-STM32F103-GCC/board.h +++ b/demos/ARMCM3-STM32F103-GCC/board.h @@ -24,10 +24,10 @@ * Tricks required to make the TRUE/FALSE declaration inside the library
* compatible. */
-#ifndef __STM32F10x_MAP_H
+#ifndef __STM32F10x_H
#undef FALSE
#undef TRUE
-#include "stm32f10x_map.h"
+#include <stm32f10x.h>
#define FALSE 0
#define TRUE (!FALSE)
#endif
|