1
0
Fork 0

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 GitHub
parent e208cb46ae
commit 17ff551275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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