diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-17 13:57:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-17 13:57:24 +0000 |
commit | 69499a898a862eb430f88045a703f8dc49858aef (patch) | |
tree | ef0a2c01979f17231e5bc86997776d2dd0a4e647 /boards/GENERIC_SPC560P | |
parent | 39d336fc7391d2c759ea112563f2f29a96f87e49 (diff) | |
download | ChibiOS-69499a898a862eb430f88045a703f8dc49858aef.tar.gz ChibiOS-69499a898a862eb430f88045a703f8dc49858aef.tar.bz2 ChibiOS-69499a898a862eb430f88045a703f8dc49858aef.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4945 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/GENERIC_SPC560P')
-rw-r--r-- | boards/GENERIC_SPC560P/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/GENERIC_SPC560P/board.h b/boards/GENERIC_SPC560P/board.h index 219cacc4c..d86d8542a 100644 --- a/boards/GENERIC_SPC560P/board.h +++ b/boards/GENERIC_SPC560P/board.h @@ -23,7 +23,7 @@ * Board identifiers.
*/
#define BOARD_GENERIC_SPC560P
-#define BOARD_NAME "Generic SPC560P"
+#define BOARD_NAME "Generic SPC560Pxx"
/*
* Board frequencies.
|