stm32: ltdc: clarify warning on faulty include

No code change.
This commit is contained in:
Karl Palsson 2020-03-05 21:59:29 +00:00
parent fb0cac49cb
commit 5f8cbb95e6

View File

@ -25,5 +25,5 @@
#elif defined(STM32F7)
# include <libopencm3/stm32/f7/ltdc.h>
#else
# error "LCD-TFT only defined for STM32F4"
# error "LCD-TFT not defined for this family"
#endif