mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Update for comment
This commit is contained in:
parent
eefab50821
commit
aadf2203f3
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue