aboutsummaryrefslogtreecommitdiff
path: root/keyboards/candybar/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/candybar/chconf.h')
-rw-r--r--keyboards/candybar/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/candybar/chconf.h b/keyboards/candybar/chconf.h
index 4640ff533..03f63da36 100644
--- a/keyboards/candybar/chconf.h
+++ b/keyboards/candybar/chconf.h
@@ -331,7 +331,7 @@
331 * @note The default is @p TRUE. 331 * @note The default is @p TRUE.
332 */ 332 */
333#if !defined(CH_CFG_USE_MEMCORE) 333#if !defined(CH_CFG_USE_MEMCORE)
334#define CH_CFG_USE_MEMCORE FALSE 334#define CH_CFG_USE_MEMCORE TRUE
335#endif 335#endif
336 336
337/** 337/**