diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-08-20 12:20:06 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-08-20 12:20:06 +1000 |
commit | a9fcacc8456b4072847391444a540fa6ba7ece20 (patch) | |
tree | 231e13641a16cbcc5aeb3076ee2d2e0af7cac5c8 /gfxconf.example.h | |
parent | ecaf8b83f8227724e9f862a0a8f64e6004a63d56 (diff) | |
parent | 323dbf4b396af267c4d7c3eb4164df5027c0f057 (diff) | |
download | uGFX-a9fcacc8456b4072847391444a540fa6ba7ece20.tar.gz uGFX-a9fcacc8456b4072847391444a540fa6ba7ece20.tar.bz2 uGFX-a9fcacc8456b4072847391444a540fa6ba7ece20.zip |
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
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 c163986c..2fe4eb19 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -33,6 +33,7 @@ //#define GFX_USE_OS_LINUX FALSE //#define GFX_USE_OS_OSX FALSE //#define GFX_USE_OS_ECOS FALSE +//#define GFX_USE_OS_RAWRTOS FALSE //#define GFX_USE_OS_RAW32 FALSE // #define GOS_RAW_HEAP_SIZE 0 // #define INTERRUPTS_OFF() optional_code |