From c345d49da002519cffdefd8b02af96f851f93dfe Mon Sep 17 00:00:00 2001 From: Christophe Favergeon <48906714+christophe0606@users.noreply.github.com> Date: Thu, 7 Nov 2019 15:58:54 +0100 Subject: [PATCH] CMSIS-DSP : Update MPS3 platform name in testing framework. --- Platforms/MPS3/ARMCM33/system_ARMCM33.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platforms/MPS3/ARMCM33/system_ARMCM33.c b/Platforms/MPS3/ARMCM33/system_ARMCM33.c index 2988f341..a92184a2 100644 --- a/Platforms/MPS3/ARMCM33/system_ARMCM33.c +++ b/Platforms/MPS3/ARMCM33/system_ARMCM33.c @@ -304,7 +304,7 @@ void SystemInit (void) __attribute__((constructor(255))) void platform_init(void) { - printf("\r\nYamin Cortex-M33 Generic Template...\r\n"); + printf("\r\nMPS3 Cortex-M33 Generic Template...\r\n"); printf("\r\n_[TEST START]____________________________________________________\r\n"); }