Update croutine.h for comment

This commit is contained in:
chinglee-iot 2024-01-25 16:33:42 +08:00 committed by GitHub
parent d0e7bdcf2f
commit eefab50821
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;