From e75d8355a2376055fee414ef1786cb7dad4edc33 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 1 Aug 2015 19:58:12 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8139 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F7xx/hal_lld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports/STM32/STM32F7xx/hal_lld.h') 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" -- cgit v1.2.3