diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2016-01-08 21:42:12 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2016-01-08 21:42:12 +0100 |
commit | ed9a422d81994047edc59794ff26bbcc1f7ea6c5 (patch) | |
tree | baea09530fe73f71e86b5b1e6197038151efb6bf /gfxconf.example.h | |
parent | 50a3048e59c4165073ff32b3043ab06ec54962ce (diff) | |
download | uGFX-ed9a422d81994047edc59794ff26bbcc1f7ea6c5.tar.gz uGFX-ed9a422d81994047edc59794ff26bbcc1f7ea6c5.tar.bz2 uGFX-ed9a422d81994047edc59794ff26bbcc1f7ea6c5.zip |
Setting the default heap size to 5120 bytes to avoid confusion due to linker errors when no malloc() / free() are available
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 03f1f264..d58a1b0e 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -48,7 +48,7 @@ // #define GFX_CPU GFX_CPU_UNKNOWN // #define GFX_CPU_NO_ALIGNMENT_FAULTS FALSE // #define GFX_CPU_ENDIAN GFX_CPU_ENDIAN_UNKNOWN -// #define GFX_OS_HEAP_SIZE 0 +// #define GFX_OS_HEAP_SIZE 5120 // #define GFX_OS_NO_INIT FALSE // #define GFX_OS_INIT_NO_WARNING FALSE // #define GFX_OS_PRE_INIT_FUNCTION myHardwareInitRoutine |