diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-07-15 12:41:40 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-07-15 12:41:40 +1000 |
commit | 0e74c164c3eac14f6e99d1a5cc4e0563faeff5d0 (patch) | |
tree | ad1e2e9942db826dfaaf681c8a0cef48a87eabf2 /gfxconf.example.h | |
parent | 92d972cfd83b67961dc63d60c5317ec2651eb256 (diff) | |
parent | db4719bd1d3cef2597f1bf443f8d82a27f233eae (diff) | |
download | uGFX-0e74c164c3eac14f6e99d1a5cc4e0563faeff5d0.tar.gz uGFX-0e74c164c3eac14f6e99d1a5cc4e0563faeff5d0.tar.bz2 uGFX-0e74c164c3eac14f6e99d1a5cc4e0563faeff5d0.zip |
Merge branch 'master' into newmouse
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index bc9964e6..ef6bedbe 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -32,6 +32,11 @@ //#define GFX_USE_OS_WIN32 FALSE //#define GFX_USE_OS_LINUX FALSE //#define GFX_USE_OS_OSX FALSE +//#define GFX_USE_OS_ECOS FALSE +//#define GFX_USE_OS_RAW32 FALSE +// #define GOS_RAW_HEAP_SIZE 0 +// #define INTERRUPTS_OFF() optional_code +// #define INTERRUPTS_ON() optional_code /////////////////////////////////////////////////////////////////////////// |