ugfx_release_2.6
Joel Bodenmann 2012-10-13 19:35:56 +02:00
parent 92fcb766b5
commit c754ae0a3c
1 changed files with 1 additions and 1 deletions

View File

@ -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