mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 21:25:00 -05:00
Follow review suggestion to update code changes
This commit is contained in:
parent
9478a6562e
commit
624e0e20a2
3 changed files with 13 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue