From 056f0f9b916630c25de572f3518d2e654c35933e Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Mon, 29 Apr 2024 16:13:09 +0200 Subject: [PATCH] SPRacingH7RF - Cleanup. (#409) --- configs/SPRACINGH7RF/config.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configs/SPRACINGH7RF/config.h b/configs/SPRACINGH7RF/config.h index 5c74af19..374b4e74 100644 --- a/configs/SPRACINGH7RF/config.h +++ b/configs/SPRACINGH7RF/config.h @@ -221,15 +221,6 @@ #define UART9_RX_PIN NONE #define UART10_RX_PIN NONE -#define I2C1_SCL_PIN PB8 -#define I2C2_SCL_PIN PB10 -#define I2C3_SCL_PIN NONE -#define I2C4_SCL_PIN NONE -#define I2C1_SDA_PIN PB9 -#define I2C2_SDA_PIN PB11 -#define I2C3_SDA_PIN NONE -#define I2C4_SDA_PIN NONE - #define LED0_PIN PE5 #define LED1_PIN PE6 #define LED2_PIN NONE @@ -287,9 +278,6 @@ TIMER_PIN_MAP( 7, PA3 , 2, 7 ) \ TIMER_PIN_MAP( 8, PB7 , 1, 8 ) -#define MAG_I2C_INSTANCE (I2CDEV_1) -#define BARO_I2C_INSTANCE (I2CDEV_2) - #define PINIO1_BOX 40 #define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD