From 9826378b9608362c4ad6efa3271e6f6de1e2b30e Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 29 Jul 2014 12:00:47 +1000 Subject: Operating System initialisation can now be turned off in gfxconf.h --- gfxconf.example.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index 8754ba32..8163b6f5 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -38,6 +38,9 @@ // #define INTERRUPTS_OFF() optional_code // #define INTERRUPTS_ON() optional_code +// Options that (should where relevant) apply to all operating systems +// #define GFX_NO_OS_INIT FALSE + /////////////////////////////////////////////////////////////////////////// // GDISP // -- cgit v1.2.3