Skip to content

Commit

Permalink
chconf: do we need heap?
Browse files Browse the repository at this point in the history
  • Loading branch information
dron0gus committed Feb 25, 2024
1 parent c938827 commit 3e7509d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion firmware/hw_layer/ports/at32/at32f4/cfg/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
* @note Mutexes are recommended.
*/
#if !defined(CH_CFG_USE_HEAP)
#define CH_CFG_USE_HEAP TRUE
#define CH_CFG_USE_HEAP FALSE
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion firmware/hw_layer/ports/stm32/stm32f4/cfg/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
* @note Mutexes are recommended.
*/
#if !defined(CH_CFG_USE_HEAP)
#define CH_CFG_USE_HEAP TRUE
#define CH_CFG_USE_HEAP FALSE
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion firmware/hw_layer/ports/stm32/stm32f7/cfg/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
* @note Mutexes are recommended.
*/
#if !defined(CH_CFG_USE_HEAP)
#define CH_CFG_USE_HEAP TRUE
#define CH_CFG_USE_HEAP FALSE
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion firmware/hw_layer/ports/stm32/stm32h7/cfg/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
* @note Mutexes are recommended.
*/
#if !defined(CH_CFG_USE_HEAP)
#define CH_CFG_USE_HEAP TRUE
#define CH_CFG_USE_HEAP FALSE
#endif

/**
Expand Down

0 comments on commit 3e7509d

Please sign in to comment.