Skip to content

Commit

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

Expand Down
4 changes: 2 additions & 2 deletions include/timers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit aadf220

Please sign in to comment.