mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
Style: remove xx accidentally left
This commit is contained in:
parent
14e27f5c0d
commit
625d8ebdca
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@
|
|||
* // different memory alignment requirements - refer to the FreeRTOS documentation
|
||||
* // for full information.
|
||||
* {
|
||||
* // Base address xx Length Parameters
|
||||
* // Base address Length Parameters
|
||||
* { cReadWriteArray, 32, portMPU_REGION_READ_WRITE },
|
||||
* { cReadOnlyArray, 32, portMPU_REGION_READ_ONLY },
|
||||
* { cPrivilegedOnlyAccessArray, 128, portMPU_REGION_PRIVILEGED_READ_WRITE }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue