mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Minor comment corrections prior to tagging.
This commit is contained in:
parent
a8836b5c43
commit
723682f1dd
2 changed files with 3 additions and 3 deletions
|
@ -364,7 +364,7 @@ BaseType_t xError = pdFALSE;
|
|||
* test master task.
|
||||
***********************************************************************
|
||||
|
||||
/* This task is controller by the 'test master' task (which is
|
||||
This task is controller by the 'test master' task (which is
|
||||
implemented by prvTestMasterTask()). Suspend until resumed by the
|
||||
'test master' task. */
|
||||
vTaskSuspend( NULL );
|
||||
|
@ -435,7 +435,7 @@ BaseType_t xError = pdFALSE;
|
|||
***********************************************************************
|
||||
|
||||
|
||||
/* Once again wait for the 'test master' task to unsuspend this task
|
||||
Once again wait for the 'test master' task to unsuspend this task
|
||||
when it is time for the next test. */
|
||||
vTaskSuspend( NULL );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue