mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Update croutine.h for comment
This commit is contained in:
parent
d0e7bdcf2f
commit
eefab50821
1 changed files with 2 additions and 2 deletions
|
|
@ -748,8 +748,8 @@ BaseType_t xCoRoutineRemoveFromEventList( const List_t * pxEventList );
|
|||
|
||||
|
||||
/*
|
||||
* This function resets the internal state of the coroutine module. This
|
||||
* function must be called by the application before restarting the scheduler.
|
||||
* This function resets the internal state of the coroutine module. It must be
|
||||
* called by the application before restarting the scheduler.
|
||||
*/
|
||||
void vCoRoutineResetState( void ) PRIVILEGED_FUNCTION;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue