Style: remove xx accidentally left

This commit is contained in:
Alfred Gedeon 2020-08-13 22:11:11 -07:00
parent 14e27f5c0d
commit 625d8ebdca

View file

@ -504,7 +504,7 @@
* // different memory alignment requirements - refer to the FreeRTOS documentation * // different memory alignment requirements - refer to the FreeRTOS documentation
* // for full information. * // for full information.
* { * {
* // Base address xx Length Parameters * // Base address Length Parameters
* { cReadWriteArray, 32, portMPU_REGION_READ_WRITE }, * { cReadWriteArray, 32, portMPU_REGION_READ_WRITE },
* { cReadOnlyArray, 32, portMPU_REGION_READ_ONLY }, * { cReadOnlyArray, 32, portMPU_REGION_READ_ONLY },
* { cPrivilegedOnlyAccessArray, 128, portMPU_REGION_PRIVILEGED_READ_WRITE } * { cPrivilegedOnlyAccessArray, 128, portMPU_REGION_PRIVILEGED_READ_WRITE }