From 625d8ebdca1ed19d2bf0e730b50a786a3edc57df Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Thu, 13 Aug 2020 22:11:11 -0700 Subject: [PATCH] Style: remove xx accidentally left --- include/task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/task.h b/include/task.h index eaaf908fe..560d62a15 100644 --- a/include/task.h +++ b/include/task.h @@ -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 }