diff options
author | Joel Challis <git@zvecr.com> | 2020-04-05 22:15:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 22:15:40 +0100 |
commit | 2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9 (patch) | |
tree | 701293e28b85508cb7917914930afaad5c5bf572 /keyboards/handwired/ck4x4 | |
parent | 6de77141a4f7d45b19a148674beba1beb6711472 (diff) | |
download | firmware-2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9.tar.gz firmware-2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9.tar.bz2 firmware-2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9.zip |
Enable memcore to fix malloc/rand crashes (#8695)
Diffstat (limited to 'keyboards/handwired/ck4x4')
-rw-r--r-- | keyboards/handwired/ck4x4/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/ck4x4/chconf.h b/keyboards/handwired/ck4x4/chconf.h index 4640ff533..03f63da36 100644 --- a/keyboards/handwired/ck4x4/chconf.h +++ b/keyboards/handwired/ck4x4/chconf.h @@ -331,7 +331,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 /** |