From 7f9a894587ab881ff47b6dddb17e0f441a7cfa59 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 3 Jul 2014 17:28:20 +1000 Subject: Missing gfxconf definitions for the RAW32 port --- gfxconf.example.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gfxconf.example.h') 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 /////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3