mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -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
|
@ -539,7 +539,7 @@ static void prvRegTest1Implementation( void )
|
|||
"MOV #14, R14 \n" \
|
||||
"MOV #15, R15 \n" \
|
||||
|
||||
/* Loop, checking each itteration that each register still contains the
|
||||
/* Loop, checking each iteration that each register still contains the
|
||||
expected value. */
|
||||
"TestLoop1: \n" \
|
||||
|
||||
|
@ -628,7 +628,7 @@ static void prvRegTest2Implementation( void )
|
|||
"MOV #140H, R14 \n" \
|
||||
"MOV #150H, R15 \n" \
|
||||
|
||||
/* Loop, checking each itteration that each register still contains the
|
||||
/* Loop, checking each iteration that each register still contains the
|
||||
expected value. */
|
||||
"TestLoop2: \n" \
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue