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