diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-07-07 11:19:23 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-07-07 11:19:23 +1000 |
commit | 85fe4a96728b8f53cfa16068675e819f7cdc3162 (patch) | |
tree | acca0993d1c2fc85fb615ad651569db533b99f50 /gfxconf.example.h | |
parent | a675812b08fa9b86c841762441b4ed4060ff4aa0 (diff) | |
parent | efe79a4a310cd9c02dae1eab014346d6092a0d44 (diff) | |
download | uGFX-85fe4a96728b8f53cfa16068675e819f7cdc3162.tar.gz uGFX-85fe4a96728b8f53cfa16068675e819f7cdc3162.tar.bz2 uGFX-85fe4a96728b8f53cfa16068675e819f7cdc3162.zip |
Merge branch 'eCos'
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 686f4473..ef6bedbe 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -32,6 +32,7 @@ //#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 |