From 522d791dc9accbe1377957ef9cc4591edca053e4 Mon Sep 17 00:00:00 2001 From: kar-rahul-aws Date: Wed, 31 Jan 2024 11:52:33 +0530 Subject: [PATCH] Force-push to start CI checks --- examples/template_configuration/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/template_configuration/FreeRTOSConfig.h b/examples/template_configuration/FreeRTOSConfig.h index c05a7cf94..633fb1879 100644 --- a/examples/template_configuration/FreeRTOSConfig.h +++ b/examples/template_configuration/FreeRTOSConfig.h @@ -560,7 +560,7 @@ * or 0 to leave the MVE support disabled. This option is only applicable to Cortex-M55 * and Cortex-M85 ports as M-Profile Vector Extension (MVE) is available only on * these architectures. configENABLE_MVE must be left undefined, or defined to 0 - * for the Cortex-M23, Cortex-M33 and Cortex-M35P ports. */ + * for the Cortex-M23,Cortex-M33 and Cortex-M35P ports. */ #define configENABLE_MVE 1 /******************************************************************************/