ugfx_release_2.6
Joel Bodenmann 2012-10-14 02:26:51 +02:00
parent 90d0700720
commit ad070b0fec
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,6 @@
#if HAL_USE_GDISP || defined(__DOXYGEN__)
#if !defined(GDISP_USE_GPIO) && !defined(GDISP_USE_FSMC) && !defined(GDISP_USE_SPI)
#error "No known GDISP_USE_XXX has been defined"
#endif
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
@ -101,6 +97,10 @@
#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