From 92fcb766b5668932e0e4b1b3cde567db02945a62 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 13 Oct 2012 19:26:15 +0200 Subject: [PATCH] fix --- include/gdisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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