From 95b15971584cbfdad533411bcb8d8cec82e996fa Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 23 Jul 2013 02:12:52 +0200 Subject: removed POSIX, now having dedicated Linux and MAC OS-X ports --- gfxconf.example.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index daa766df..e20f324f 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -17,7 +17,8 @@ /* The operating system to use - one of these must be defined */ #define GFX_USE_OS_CHIBIOS FALSE #define GFX_USE_OS_WIN32 FALSE -#define GFX_USE_OS_POSIX FALSE +#define GFX_USE_OS_LINUX FALSE +#define GFX_USE_OS_OSX FALSE /* GFX subsystems to turn on */ #define GFX_USE_GDISP FALSE -- cgit v1.2.3