diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-05-25 15:55:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-05-25 15:55:46 +0000 |
commit | e1fe47b7f9200eb2d1796fb8348d014f826aca4b (patch) | |
tree | 28ddbc528d5b11c5583df44386d3623f43ca9461 /os/hal/ports/STM32 | |
parent | 8bdd0b926946c83dc7ec41ab6372baf4e158d382 (diff) | |
download | ChibiOS-e1fe47b7f9200eb2d1796fb8348d014f826aca4b.tar.gz ChibiOS-e1fe47b7f9200eb2d1796fb8348d014f826aca4b.tar.bz2 ChibiOS-e1fe47b7f9200eb2d1796fb8348d014f826aca4b.zip |
INEMO and NUCLEO board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6962 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32')
-rw-r--r-- | os/hal/ports/STM32/STM32F0xx/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/hal_lld.h b/os/hal/ports/STM32/STM32F0xx/hal_lld.h index 0c804db91..9c93c6005 100644 --- a/os/hal/ports/STM32/STM32F0xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F0xx/hal_lld.h @@ -55,7 +55,7 @@ #define PLATFORM_NAME "STM32F050xx/F060xx Entry Level Low Density devices"
#elif defined(STM32F030)
-#define PLATFORM_NAME "STM32F050xx/F060xx Entry Level Value Line devices"
+#define PLATFORM_NAME "STM32F030xx Entry Level Value Line devices"
#else
#error "STM32F0xx device not specified"
|