From 97a03916d0b65d5392f65ab1bf9f9b676d353005 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 28 May 2023 07:41:19 +0000 Subject: [PATCH] Fixed some device description strings. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16271 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32F7xx/hal_lld.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index dd9a48692..c4a17c052 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -57,16 +57,16 @@ * @{ */ #if defined(STM32F722xx) || defined(__DOXYGEN__) -#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU" +#define PLATFORM_NAME "STM32F722 Very High Performance with DSP and FPU" #elif defined(STM32F723xx) -#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU" +#define PLATFORM_NAME "STM32F723 Very High Performance with DSP and FPU" #elif defined(STM32F732xx) -#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU" +#define PLATFORM_NAME "STM32F732 Very High Performance with DSP and FPU" #elif defined(STM32F733xx) -#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU" +#define PLATFORM_NAME "STM32F733 Very High Performance with DSP and FPU" #elif defined(STM32F745xx) #define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU"