Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 23, 2023
1 parent 567b29f commit e3791a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample_project/sample_configuration/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@
* vApplicationGetIdleTaskMemory() and vApplicationGetTimerTaskMemory()
* to provide the memory that is used by the Idle task and Timer task respectively.
* The application can provide it's own implementation of
* vApplicationGetIdleTaskMemory by setting configKERNEL_PROVIDED_STATIC_MEMORY
* to 0 or leaving it undefined. */
* vApplicationGetIdleTaskMemory() and vApplicationGetTimerTaskMemory() by
* setting configKERNEL_PROVIDED_STATIC_MEMORY to 0 or leaving it undefined. */
#define configKERNEL_PROVIDED_STATIC_MEMORY 1

/******************************************************************************/
Expand Down

0 comments on commit e3791a8

Please sign in to comment.