fix
This commit is contained in:
parent
92fcb766b5
commit
c754ae0a3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue