diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-08 05:43:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-08 05:43:18 +0000 |
commit | 9963cfac608cbe53e03339847a34318f637e6530 (patch) | |
tree | 9a1fdfb3b7eaa95f0ee1db4cfb3f465eea9cee8f | |
parent | d12cc995d567ff3c43af6e33a9eee5259c95e287 (diff) | |
download | ChibiOS-9963cfac608cbe53e03339847a34318f637e6530.tar.gz ChibiOS-9963cfac608cbe53e03339847a34318f637e6530.tar.bz2 ChibiOS-9963cfac608cbe53e03339847a34318f637e6530.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2926 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | boards/ST_STM3210E_EVAL/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/ST_STM3210E_EVAL/board.h b/boards/ST_STM3210E_EVAL/board.h index 379f23ad1..459dc752d 100644 --- a/boards/ST_STM3210E_EVAL/board.h +++ b/boards/ST_STM3210E_EVAL/board.h @@ -28,7 +28,7 @@ /*
* Board identifier.
*/
-#define BOARD_OLIMEX_STM32_P107
+#define BOARD_ST_STM3210E_EVAL
#define BOARD_NAME "ST STM3210E-EVAL"
/*
|