Fixed some device description strings.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16271 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2023-05-28 07:41:19 +00:00
parent 1d12160586
commit 97a03916d0
1 changed files with 4 additions and 4 deletions

View File

@ -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"