X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FGCC%2FARM_CRx_No_GIC%2Fport.c;h=9e96da799b827934414a4c09fc75d2337b0f50b3;hb=cd15475ad7b7db3b129c7cc664e493cd2f706bbc;hp=d11a03a01deeee5ad2d9d7c18831b332d3b2b433;hpb=1049e46ef644a9531d0f464b5880deed2db3af8c;p=freertos diff --git a/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/port.c b/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/port.c index d11a03a01..9e96da799 100644 --- a/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/port.c +++ b/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/port.c @@ -268,7 +268,7 @@ uint32_t ulAPSR; vPortRestoreTaskContext(); } - /* Will only get here if xTaskStartScheduler() was called with the CPU in + /* Will only get here if vTaskStartScheduler() was called with the CPU in a non-privileged mode or the binary point register was not set to its lowest possible value. prvTaskExitError() is referenced to prevent a compiler warning about it being defined but not referenced in the case that the user