removed the check for GDISP_USE_XXX since new drivers dont use this anymore
This commit is contained in:
parent
ce4d7cf933
commit
3cf6d6905f
1 changed files with 0 additions and 4 deletions
|
@ -103,10 +103,6 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue