From cd43ee8ab1a3a9404c2231d62de5f31f2f9cd4cc Mon Sep 17 00:00:00 2001 From: borisbstyle Date: Mon, 20 Feb 2017 14:50:26 +0100 Subject: [PATCH] Fix broken targets due to merge --- src/main/target/BETAFLIGHTF3/config.c | 4 +--- src/main/target/SPRACINGF3MINI/target.h | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/target/BETAFLIGHTF3/config.c b/src/main/target/BETAFLIGHTF3/config.c index 5b7ecc8ce2..4eb9db1da4 100755 --- a/src/main/target/BETAFLIGHTF3/config.c +++ b/src/main/target/BETAFLIGHTF3/config.c @@ -26,8 +26,6 @@ void targetConfiguration(master_t *config) { - UNUSED(config); - - batteryConfig->currentMeterScale = 220; + config->batteryConfig.currentMeterScale = 220; } #endif diff --git a/src/main/target/SPRACINGF3MINI/target.h b/src/main/target/SPRACINGF3MINI/target.h index cdb6fb86ce..4517bea035 100644 --- a/src/main/target/SPRACINGF3MINI/target.h +++ b/src/main/target/SPRACINGF3MINI/target.h @@ -115,9 +115,6 @@ #define SONAR_SOFTSERIAL1_EXCLUSIVE -#define SERIAL_PORT_COUNT 5 -#endif - #define USE_SPI #ifdef TINYBEEF3