aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-13 19:26:15 +0200
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-13 19:26:15 +0200
commit92fcb766b5668932e0e4b1b3cde567db02945a62 (patch)
treea5bae27692cbef5e5269442f5b6e23cc232977fc /include
parent830fa4b755aac0eb2086eb3b5dbdd59dcd58b230 (diff)
downloaduGFX-92fcb766b5668932e0e4b1b3cde567db02945a62.tar.gz
uGFX-92fcb766b5668932e0e4b1b3cde567db02945a62.tar.bz2
uGFX-92fcb766b5668932e0e4b1b3cde567db02945a62.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 b752e8bc..607216b5 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_FSCM || GDISP_USE_SPI
+#ifndef GDISP_USE_GPIO || GDISP_USE_FSMC || GDISP_USE_SPI
#error "No known GDISP_USE_XXX has been defined"
#endif