summaryrefslogtreecommitdiff
path: root/keyboards/retro_75
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-04-05 22:15:40 +0100
committerGitHub <noreply@github.com>2020-04-05 22:15:40 +0100
commit2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9 (patch)
tree701293e28b85508cb7917914930afaad5c5bf572 /keyboards/retro_75
parent6de77141a4f7d45b19a148674beba1beb6711472 (diff)
Enable memcore to fix malloc/rand crashes (#8695)
Diffstat (limited to 'keyboards/retro_75')
-rw-r--r--keyboards/retro_75/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/retro_75/chconf.h b/keyboards/retro_75/chconf.h
index 8d66b51d23..85c1c9b3b9 100644
--- a/keyboards/retro_75/chconf.h
+++ b/keyboards/retro_75/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
/**