diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-01 19:58:12 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-01 19:58:12 +0000 |
commit | e75d8355a2376055fee414ef1786cb7dad4edc33 (patch) | |
tree | 19f65fdcb0f1a8a11ba62fcf4b611ebc87e07245 /os/hal | |
parent | 7207c636b6e2e665dfa323664407b7adcc511b6c (diff) | |
download | ChibiOS-e75d8355a2376055fee414ef1786cb7dad4edc33.tar.gz ChibiOS-e75d8355a2376055fee414ef1786cb7dad4edc33.tar.bz2 ChibiOS-e75d8355a2376055fee414ef1786cb7dad4edc33.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8139 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/STM32/STM32F7xx/hal_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index b542914b3..23ea7e424 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -52,13 +52,13 @@ * @{
*/
#if defined(STM32F745xx) || defined(__DOXYGEN__)
-#define PLATFORM_NAME "STM32F439 High Performance with DSP and FPU"
+#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU"
#elif defined(STM32F746xx)
-#define PLATFORM_NAME "STM32F429 High Performance with DSP and FPU"
+#define PLATFORM_NAME "STM32F746 Very High Performance with DSP and FPU"
#elif defined(STM32F756xx)
-#define PLATFORM_NAME "STM32F437 High Performance with DSP and FPU"
+#define PLATFORM_NAME "STM32F756 Very High Performance with DSP and FPU"
#else
#error "STM32F7xx device not specified"
|