diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-10 19:26:40 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-10 19:26:40 +0000 |
commit | e4cdc96106cefcc970f4b06e7ffed1032e6db0d2 (patch) | |
tree | 410b4ef58ad138618d1a85d70b40c03e42618527 /boards | |
parent | c48b251d9100586a4a606ae5da65a43f7b6ee9d6 (diff) | |
download | ChibiOS-e4cdc96106cefcc970f4b06e7ffed1032e6db0d2.tar.gz ChibiOS-e4cdc96106cefcc970f4b06e7ffed1032e6db0d2.tar.bz2 ChibiOS-e4cdc96106cefcc970f4b06e7ffed1032e6db0d2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2344 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/ST_STM8L_DISCOVERY/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/ST_STM8L_DISCOVERY/board.h b/boards/ST_STM8L_DISCOVERY/board.h index 756c8976a..bfb8f23c4 100644 --- a/boards/ST_STM8L_DISCOVERY/board.h +++ b/boards/ST_STM8L_DISCOVERY/board.h @@ -27,7 +27,7 @@ /*
* Board identifiers.
*/
-#define BOARD_ST_STM8S_DISCOVERY
+#define BOARD_ST_STM8L_DISCOVERY
#define BOARD_NAME "ST STM8L-Discovery"
/*
|