mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-06 13:19:03 -04:00
Fix typo in comment that got copied into multiple main.c file.s
This commit is contained in:
parent
504d9c8bab
commit
533b533820
|
@ -164,7 +164,7 @@ const uint32_t ulLongTime_ms = 250UL;
|
||||||
line will never be reached. If the following line does execute, then
|
line will never be reached. If the following line does execute, then
|
||||||
there was insufficient FreeRTOS heap memory available for the idle and/or
|
there was insufficient FreeRTOS heap memory available for the idle and/or
|
||||||
timer tasks to be created. See the memory management section on the
|
timer tasks to be created. See the memory management section on the
|
||||||
FreeRTOS web site for more details (this is standard text that is not not
|
FreeRTOS web site for more details (this is standard text that is not
|
||||||
really applicable to the Win32 simulator port). */
|
really applicable to the Win32 simulator port). */
|
||||||
for( ;; )
|
for( ;; )
|
||||||
{
|
{
|
||||||
|
|
|
@ -148,7 +148,7 @@ const uint32_t ulLongTime_ms = 250UL;
|
||||||
line will never be reached. If the following line does execute, then
|
line will never be reached. If the following line does execute, then
|
||||||
there was insufficient FreeRTOS heap memory available for the idle and/or
|
there was insufficient FreeRTOS heap memory available for the idle and/or
|
||||||
timer tasks to be created. See the memory management section on the
|
timer tasks to be created. See the memory management section on the
|
||||||
FreeRTOS web site for more details (this is standard text that is not not
|
FreeRTOS web site for more details (this is standard text that is not
|
||||||
really applicable to the Win32 simulator port). */
|
really applicable to the Win32 simulator port). */
|
||||||
for( ;; )
|
for( ;; )
|
||||||
{
|
{
|
||||||
|
|
|
@ -175,7 +175,7 @@ const uint32_t ulLongTime_ms = 250UL;
|
||||||
line will never be reached. If the following line does execute, then
|
line will never be reached. If the following line does execute, then
|
||||||
there was insufficient FreeRTOS heap memory available for the idle and/or
|
there was insufficient FreeRTOS heap memory available for the idle and/or
|
||||||
timer tasks to be created. See the memory management section on the
|
timer tasks to be created. See the memory management section on the
|
||||||
FreeRTOS web site for more details (this is standard text that is not not
|
FreeRTOS web site for more details (this is standard text that is not
|
||||||
really applicable to the Win32 simulator port). */
|
really applicable to the Win32 simulator port). */
|
||||||
for( ;; )
|
for( ;; )
|
||||||
{
|
{
|
||||||
|
|
|
@ -111,7 +111,7 @@ const uint32_t ulLongTime_ms = 250UL;
|
||||||
line will never be reached. If the following line does execute, then
|
line will never be reached. If the following line does execute, then
|
||||||
there was insufficient FreeRTOS heap memory available for the idle and/or
|
there was insufficient FreeRTOS heap memory available for the idle and/or
|
||||||
timer tasks to be created. See the memory management section on the
|
timer tasks to be created. See the memory management section on the
|
||||||
FreeRTOS web site for more details (this is standard text that is not not
|
FreeRTOS web site for more details (this is standard text that is not
|
||||||
really applicable to the Win32 simulator port). */
|
really applicable to the Win32 simulator port). */
|
||||||
for( ;; )
|
for( ;; )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue