From 28a2d8ca791b8bc74e52a26773ab3863bc37f145 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 16 Aug 2015 17:21:01 +0200 Subject: Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT --- src/gos/gos_rawrtos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gos/gos_rawrtos.c') diff --git a/src/gos/gos_rawrtos.c b/src/gos/gos_rawrtos.c index 8efe2235..a33c49b3 100644 --- a/src/gos/gos_rawrtos.c +++ b/src/gos/gos_rawrtos.c @@ -24,8 +24,8 @@ void _gosInit(void) { - #if !GFX_NO_OS_INIT - #error "GOS: Operating System initialization for RawRTOS is not yet implemented in uGFX. Please set GFX_NO_OS_INIT to TRUE in your gfxconf.h" + #if !GFX_OS_NO_INIT + #error "GOS: Operating System initialization for RawRTOS is not yet implemented in uGFX. Please set GFX_OS_NO_INIT to TRUE in your gfxconf.h" #endif #if !GFX_OS_INIT_NO_WARNING #warning "GOS: Operating System initialization has been turned off. Make sure you call raw_os_start() before gfxInit() in your application!" -- cgit v1.2.3