Skip to content

Commit

Permalink
ChibiOS enable memory allocations (qmk#11620)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored Jan 19, 2021
1 parent 9b394c9 commit 6bbc90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/chibios/QMK_PROTON_C/configs/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_CFG_USE_FACTORY)
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion platforms/chibios/common/configs/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
* @note The default is @p TRUE.
*/
#if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE
#define CH_CFG_USE_MEMCORE TRUE
#endif

/**
Expand Down

0 comments on commit 6bbc90d

Please sign in to comment.