From efbd7db9789c18e465750646d51a5fab936c5fc6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 22 Oct 2012 17:46:59 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4776 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F4xx/hal_lld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/platforms/STM32F4xx') diff --git a/os/hal/platforms/STM32F4xx/hal_lld.h b/os/hal/platforms/STM32F4xx/hal_lld.h index 13ccb41b1..6638b8f7f 100644 --- a/os/hal/platforms/STM32F4xx/hal_lld.h +++ b/os/hal/platforms/STM32F4xx/hal_lld.h @@ -56,9 +56,9 @@ * @{ */ #if defined(STM32F4XX) || defined(__DOXYGEN__) -#define PLATFORM_NAME "STM32F4 High Performance" +#define PLATFORM_NAME "STM32F4xx High Performance" #else /* !defined(STM32F4XX) */ -#define PLATFORM_NAME "STM32F2 High Performance" +#define PLATFORM_NAME "STM32F2xx High Performance" #endif /* !defined(STM32F4XX) */ /** @} */ -- cgit v1.2.3