diff options
author | Joel Challis <git@zvecr.com> | 2020-02-16 19:37:21 +0000 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-03-26 00:42:11 -0700 |
commit | 0caee68c9cede156b5c49c24f2b21731d93c78f9 (patch) | |
tree | 3fcbcf5e668c18b37eb79f9695e99456bb14456d /quantum | |
parent | 4c3335b00bbcb4fa96056babcae6b10b4ab877a1 (diff) |
Convert f072 backlight build error to message (#8177)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/backlight/backlight_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/backlight/backlight_arm.c b/quantum/backlight/backlight_arm.c index f7065906f8..397a1ac1a8 100644 --- a/quantum/backlight/backlight_arm.c +++ b/quantum/backlight/backlight_arm.c @@ -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 |