aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin.h
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-10 15:11:39 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-10 15:11:39 +1000
commitc069817f0c91ebbc8baa67cfade692f263a90d05 (patch)
treed1383570fc46807b0b01943f25477756b9231856 /include/gwin.h
parent0eeb2a2b8f0c6bfb77256522c720e6915d57c217 (diff)
downloaduGFX-c069817f0c91ebbc8baa67cfade692f263a90d05.tar.gz
uGFX-c069817f0c91ebbc8baa67cfade692f263a90d05.tar.bz2
uGFX-c069817f0c91ebbc8baa67cfade692f263a90d05.zip
Removed some hardware dependancies in HL drivers
Removed some hardware dependancies in high level drivers that had crept in over time.
Diffstat (limited to 'include/gwin.h')
-rw-r--r--include/gwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin.h b/include/gwin.h
index 79b8371c..37fecab4 100644
--- a/include/gwin.h
+++ b/include/gwin.h
@@ -66,7 +66,7 @@
/* Low Level Driver details and error checks. */
/*===========================================================================*/
-#if !defined(GFX_USE_GDISP)
+#if !defined(GFX_USE_GDISP) || !GFX_USE_GDISP
#error "GWIN: GFX_USE_GDISP must also be defined"
#endif
#include "gdisp.h"