Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Mar 22, 2024
1 parent 1f0e9b7 commit 9c43fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FreeRTOS/Demo/Posix_GCC/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
#define configUSE_ALTERNATIVE_API 0
#define configUSE_QUEUE_SETS 1
#define configUSE_TASK_NOTIFICATIONS 1
/* For static memory allocation , set configSUPPORT_STATIC_ALLOCATION to 1
/* For static memory allocation , set configSUPPORT_STATIC_ALLOCATION to 1 .
* Since heap_3.c is used in this demo, configSUPPORT_DYNAMIC_ALLOCATION value
* cannot be set to 0. The user can either leave it as it is defined, or remove
* the definition from the file.
*/
#define configSUPPORT_STATIC_ALLOCATION 1
/* For dynamic memory allocation , set configSUPPORT_STATIC_ALLOCATION to 0 and
* configSUPPORT_DYNAMIC_ALLOCATION to 1.
/* For dynamic memory allocation , set configSUPPORT_STATIC_ALLOCATION to 0
* and configSUPPORT_DYNAMIC_ALLOCATION to 1.
*/
#define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configRECORD_STACK_HIGH_ADDRESS 1
Expand Down

0 comments on commit 9c43fea

Please sign in to comment.