Follow review suggestion to update code changes

This commit is contained in:
JidongMei 2025-11-18 10:18:15 +08:00
parent 9478a6562e
commit 624e0e20a2
3 changed files with 13 additions and 8 deletions

View file

@ -602,10 +602,10 @@
/* Set configENABLE_MVE to 1 to enable the M-Profile Vector Extension (MVE)
* support, 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. */
* applicable to Cortex-M52, 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. */
#define configENABLE_MVE 1
/******************************************************************************/