aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-13 19:35:56 +0200
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-13 19:35:56 +0200
commitc754ae0a3c7cb3f37eff1c691b9e1bcccd601de7 (patch)
tree2442963d47272b3c3bfc2d4db90cb7b991000586 /include
parent92fcb766b5668932e0e4b1b3cde567db02945a62 (diff)
downloaduGFX-c754ae0a3c7cb3f37eff1c691b9e1bcccd601de7.tar.gz
uGFX-c754ae0a3c7cb3f37eff1c691b9e1bcccd601de7.tar.bz2
uGFX-c754ae0a3c7cb3f37eff1c691b9e1bcccd601de7.zip
fix
Diffstat (limited to 'include')
-rw-r--r--include/gdisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp.h b/include/gdisp.h
index 607216b5..b7092b9a 100644
--- a/include/gdisp.h
+++ b/include/gdisp.h
@@ -29,7 +29,7 @@
#if HAL_USE_GDISP || defined(__DOXYGEN__)
-#ifndef GDISP_USE_GPIO || GDISP_USE_FSMC || GDISP_USE_SPI
+#if !defined(GDISP_USE_GPIO) && !defined(GDISP_USE_FSMC) && !defined(GDISP_USE_SPI)
#error "No known GDISP_USE_XXX has been defined"
#endif