summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-08-16 11:13:45 +0100
committerDrashna Jael're <drashna@live.com>2020-09-30 03:27:20 -0700
commit222fbc1cbad3b8730fb2597e2f96caa62426c685 (patch)
tree6d07264cf6e479d27fc15d28d568e6a9ae499e14
parent7ed2cd3de18a0935be229e6a155ae02aa2566f9e (diff)
Remove f072 backlight warning (#10040)
* Remove f072 backlight warning * Remove f072 backlight warning from docs
-rw-r--r--quantum/backlight/backlight.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/backlight/backlight.c b/quantum/backlight/backlight.c
index 34dd8cbdb5..113beb832f 100644
--- a/quantum/backlight/backlight.c
+++ b/quantum/backlight/backlight.c
@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "eeconfig.h"
#include "debug.h"
-#if defined(STM32F0XX) || defined(STM32F0xx)
-# pragma message("Backlight support for STMF072 has had limited testing, YMMV. If unsure, set 'BACKLIGHT_ENABLE = no' in your rules.mk")
-#endif
-
backlight_config_t backlight_config;
#ifdef BACKLIGHT_BREATHING