aboutsummaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
Diffstat (limited to 'quantum')
-rw-r--r--quantum/backlight/backlight_arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/backlight/backlight_arm.c b/quantum/backlight/backlight_arm.c
index f7065906f..397a1ac1a 100644
--- a/quantum/backlight/backlight_arm.c
+++ b/quantum/backlight/backlight_arm.c
@@ -7,7 +7,7 @@
7#ifdef BACKLIGHT_PIN 7#ifdef BACKLIGHT_PIN
8 8
9# if defined(STM32F0XX) || defined(STM32F0xx) 9# if defined(STM32F0XX) || defined(STM32F0xx)
10# error "Backlight support for STMF072 is not available. Please disable." 10# pragma message("Backlight support for STMF072 has had limited testing, YMMV. If unsure, set 'BACKLIGHT_ENABLE = no' in your rules.mk")
11# endif 11# endif
12 12
13// GPIOV2 && GPIOV3 13// GPIOV2 && GPIOV3