Skip to content

Commit

Permalink
Update croutine.h for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot authored Jan 25, 2024
1 parent d0e7bdc commit eefab50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/croutine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit eefab50

Please sign in to comment.