aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_cmsis2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_cmsis2.h')
-rw-r--r--src/gos/gos_cmsis2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gos/gos_cmsis2.h b/src/gos/gos_cmsis2.h
index bd8c9042..1f4eab5e 100644
--- a/src/gos/gos_cmsis2.h
+++ b/src/gos/gos_cmsis2.h
@@ -92,7 +92,7 @@ gfxThreadHandle gfxThreadCreate(void* stackarea, size_t stacksz, threadpriority_
/* Use the generic heap handling */
/*===========================================================================*/
-#define GOS_NEED_X_HEAP TRUE
+#define GOS_NEED_X_HEAP GFXON
#include "gos_x_heap.h"
#endif /* GFX_USE_OS_CMSIS */