diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-11-11 19:17:46 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-11-11 19:17:46 +1000 |
commit | 41b16f9c63d640f9c395d08d7769dacd0141d79b (patch) | |
tree | 57958b8af3c404094547a24854e637761e220d94 /gfxconf.example.h | |
parent | f2af4cf1103813906fff4872edab525e415da9cc (diff) | |
download | uGFX-41b16f9c63d640f9c395d08d7769dacd0141d79b.tar.gz uGFX-41b16f9c63d640f9c395d08d7769dacd0141d79b.tar.bz2 uGFX-41b16f9c63d640f9c395d08d7769dacd0141d79b.zip |
Add gfxconf.h.example for the new defines
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 72920386..71e6ff58 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -45,6 +45,8 @@ // #define GFX_NO_INLINE FALSE // #define GFX_COMPILER GFX_COMPILER_UNKNOWN // #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_NO_INIT FALSE // #define GFX_OS_INIT_NO_WARNING FALSE |