diff options
author | pashamray <pashamray@gmail.com> | 2014-07-05 13:50:36 +0300 |
---|---|---|
committer | pashamray <pashamray@gmail.com> | 2014-07-05 13:50:36 +0300 |
commit | d16f51c67b8ccd578b8df69464da05618a10608d (patch) | |
tree | c22331789e0fc40b2c6b4bc60159b236fab7492f /gfxconf.example.h | |
parent | d8d47f804e245b48afbc0058aa3731c58934dfda (diff) | |
parent | 5dba30b0a8e6c7a171784b18019974336ab633a8 (diff) | |
download | uGFX-d16f51c67b8ccd578b8df69464da05618a10608d.tar.gz uGFX-d16f51c67b8ccd578b8df69464da05618a10608d.tar.bz2 uGFX-d16f51c67b8ccd578b8df69464da05618a10608d.zip |
master слито с pcf8812
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 66411ec3..686f4473 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -26,13 +26,16 @@ /////////////////////////////////////////////////////////////////////////// // GOS - One of these must be defined, preferably in your Makefile // /////////////////////////////////////////////////////////////////////////// -//#define GFX_USE_OS_RAW32 FALSE //#define GFX_USE_OS_CHIBIOS FALSE //#define GFX_USE_OS_FREERTOS FALSE // #define GFX_FREERTOS_USE_TRACE FALSE //#define GFX_USE_OS_WIN32 FALSE //#define GFX_USE_OS_LINUX FALSE //#define GFX_USE_OS_OSX FALSE +//#define GFX_USE_OS_RAW32 FALSE +// #define GOS_RAW_HEAP_SIZE 0 +// #define INTERRUPTS_OFF() optional_code +// #define INTERRUPTS_ON() optional_code /////////////////////////////////////////////////////////////////////////// |