aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-11-27 10:15:46 +1000
committerinmarket <andrewh@inmarket.com.au>2015-11-27 10:15:46 +1000
commit0313756ea38d71cfce21a0a905f4fc43ac68d197 (patch)
tree035235b019041b5f75a64ab95a93ff8f7d027cb2 /gfxconf.example.h
parent3681542e242bc6170b5c98aaa52a6df9ad21cae3 (diff)
downloaduGFX-0313756ea38d71cfce21a0a905f4fc43ac68d197.tar.gz
uGFX-0313756ea38d71cfce21a0a905f4fc43ac68d197.tar.bz2
uGFX-0313756ea38d71cfce21a0a905f4fc43ac68d197.zip
Add ability to emulate malloc() and free() to prevent nasty hard to find link errors from C library routines that need malloc
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 36b4cda4..c0b1cf6c 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -53,6 +53,7 @@
// #define GFX_OS_PRE_INIT_FUNCTION myHardwareInitRoutine
// #define GFX_OS_EXTRA_INIT_FUNCTION myOSInitRoutine
// #define GFX_OS_EXTRA_DEINIT_FUNCTION myOSDeInitRoutine
+// #define GFX_EMULATE_MALLOC FALSE
///////////////////////////////////////////////////////////////////////////