From 376419a4f7e0489111a9ac24acc847342fe9d64d Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 21 Dec 2019 18:22:49 +0000 Subject: Add central location for ChibiOS defines (#7542) * Add central location for chibios defines * Add central location for chibios defines - actually add files this time.... * Add Copyright header * Update include order to resolve i2cv1 build errors --- quantum/backlight/backlight_arm.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'quantum/backlight') diff --git a/quantum/backlight/backlight_arm.c b/quantum/backlight/backlight_arm.c index 3f94ccef8e..8c6909a4ae 100644 --- a/quantum/backlight/backlight_arm.c +++ b/quantum/backlight/backlight_arm.c @@ -10,10 +10,6 @@ # error "Backlight support for STMF072 is not available. Please disable." # endif -# if defined(STM32F1XX) || defined(STM32F1xx) -# define USE_GPIOV1 -# endif - // GPIOV2 && GPIOV3 # ifndef BACKLIGHT_PAL_MODE # define BACKLIGHT_PAL_MODE 2 -- cgit v1.2.3