diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-02 15:09:08 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-02 15:09:08 +0000 |
commit | 9b2339c987a4acb23d190e6fba69243a16a300ea (patch) | |
tree | ea54016c29ce91a1a47dfbc9608713c1e008c56e /os/hal/boards/ST_NUCLEO32_F303K8/board.h | |
parent | aaf9c5985f1f0f2a498bc2ffa437ae54359a3d7e (diff) | |
download | ChibiOS-9b2339c987a4acb23d190e6fba69243a16a300ea.tar.gz ChibiOS-9b2339c987a4acb23d190e6fba69243a16a300ea.tar.bz2 ChibiOS-9b2339c987a4acb23d190e6fba69243a16a300ea.zip |
Nucleo 32 F303K8 demo addded.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8423 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO32_F303K8/board.h')
-rw-r--r-- | os/hal/boards/ST_NUCLEO32_F303K8/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/ST_NUCLEO32_F303K8/board.h b/os/hal/boards/ST_NUCLEO32_F303K8/board.h index 349c1b918..bc23a2616 100644 --- a/os/hal/boards/ST_NUCLEO32_F303K8/board.h +++ b/os/hal/boards/ST_NUCLEO32_F303K8/board.h @@ -24,7 +24,7 @@ /*
* Board identifier.
*/
-#define BOARD_ST_NUCLEO_F303K8
+#define BOARD_ST_NUCLEO32_F303K8
#define BOARD_NAME "STMicroelectronics NUCLEO32-F303K8"
/*
|