mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Add FreeRTOS+CLI examples to the Renesas RZ/T demos.
Fix some compiler warnings. Correct spellings in comments.
This commit is contained in:
parent
96ff3925d2
commit
c6a4e3191e
54 changed files with 1467 additions and 383 deletions
|
@ -288,7 +288,7 @@ TickType_t xLastExecutionTime;
|
|||
ulTicksToWait = mainERROR_PERIOD;
|
||||
}
|
||||
|
||||
/* Toggle the LED each itteration. */
|
||||
/* Toggle the LED each iteration. */
|
||||
vParTestToggleLED( mainCHECK_LED );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue