Update for comment

This commit is contained in:
Ching-Hsin Lee 2024-01-25 16:50:49 +08:00
parent eefab50821
commit aadf2203f3
2 changed files with 4 additions and 4 deletions

View file

@ -191,8 +191,8 @@ size_t xPortGetMinimumEverFreeHeapSize( void ) PRIVILEGED_FUNCTION;
#endif
/*
* This function resets the internal state of the heap module. This function
* must be called by the application before restarting the scheduler.
* This function resets the internal state of the heap module. It must be called
* by the application before restarting the scheduler.
*/
void vPortHeapResetState( void ) PRIVILEGED_FUNCTION;

View file

@ -1418,8 +1418,8 @@ BaseType_t xTimerGenericCommandFromISR( TimerHandle_t xTimer,
#endif
/*
* This function resest the internal state of the timer module. This function
* must be called by the application before restarting the scheduler.
* This function resets the internal state of the timer module. It must be called
* by the application before restarting the scheduler.
*/
void vTimerResetState( void ) PRIVILEGED_FUNCTION;