aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F7xx/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F7xx/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32F7xx/hal_lld.h6
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"