aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-14 21:25:48 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-14 21:25:48 +0100
commit3cf6d6905f81a69817ef176236cdff024d1e119a (patch)
treecd9aee563a6ffacc66199ea35cf99708056a4844 /include/gdisp.h
parentce4d7cf9336108cdd71cc4f0b456c1fb71a6794b (diff)
downloaduGFX-3cf6d6905f81a69817ef176236cdff024d1e119a.tar.gz
uGFX-3cf6d6905f81a69817ef176236cdff024d1e119a.tar.bz2
uGFX-3cf6d6905f81a69817ef176236cdff024d1e119a.zip
removed the check for GDISP_USE_XXX since new drivers dont use this anymore
Diffstat (limited to 'include/gdisp.h')
-rw-r--r--include/gdisp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gdisp.h b/include/gdisp.h
index 760f14f6..7656e777 100644
--- a/include/gdisp.h
+++ b/include/gdisp.h
@@ -103,10 +103,6 @@
#error "GDISP: Only one of GDISP_NEED_MULTITHREAD and GDISP_NEED_ASYNC should be defined."
#endif
-#if !defined(GDISP_USE_GPIO) && !defined(GDISP_USE_FSMC) && !defined(GDISP_USE_SPI)
- #error "No known GDISP_USE_XXX has been defined"
-#endif
-
#if GDISP_NEED_ASYNC
/* Messaging API is required for Async Multi-Thread */
#undef GDISP_NEED_MSGAPI