diff options
| author | Joel Bodenmann <joel@unormal.org> | 2014-08-20 02:03:14 +0200 |
|---|---|---|
| committer | Joel Bodenmann <joel@unormal.org> | 2014-08-20 02:03:14 +0200 |
| commit | 323dbf4b396af267c4d7c3eb4164df5027c0f057 (patch) | |
| tree | 79839a70bed251af461e0f348004f5f0d69903c7 | |
| parent | d6e57525ffcac38f66f88df151f151f7b271e4d7 (diff) | |
| download | uGFX-323dbf4b396af267c4d7c3eb4164df5027c0f057.tar.gz uGFX-323dbf4b396af267c4d7c3eb4164df5027c0f057.tar.bz2 uGFX-323dbf4b396af267c4d7c3eb4164df5027c0f057.zip | |
adding RAWRTOS option to gfxconf.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 |
