Convert f072 backlight build error to message (#8177)

This commit is contained in:
Joel Challis
2020-02-16 19:37:21 +00:00
committed by Drashna Jael're
parent 4c3335b00b
commit 0caee68c9c

View File

@@ -7,7 +7,7 @@
#ifdef BACKLIGHT_PIN
# if defined(STM32F0XX) || defined(STM32F0xx)
# error "Backlight support for STMF072 is not available. Please disable."
# pragma message("Backlight support for STMF072 has had limited testing, YMMV. If unsure, set 'BACKLIGHT_ENABLE = no' in your rules.mk")
# endif
// GPIOV2 && GPIOV3