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_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gos/gos_options.h') diff --git a/src/gos/gos_options.h b/src/gos/gos_options.h index 600c3085..c80a9f39 100644 --- a/src/gos/gos_options.h +++ b/src/gos/gos_options.h @@ -128,8 +128,8 @@ * system in your application code. Note that on these operating systems the * demo applications will not work without modification. */ - #ifndef GFX_NO_OS_INIT - #define GFX_NO_OS_INIT FALSE + #ifndef GFX_OS_NO_INIT + #define GFX_OS_NO_INIT FALSE #endif /** * @brief Turn off warnings about initializing the operating system -- cgit v1.2.3