Fix broken targets due to merge

This commit is contained in:
borisbstyle 2017-02-20 14:50:26 +01:00
parent de3d1d527d
commit cd43ee8ab1
2 changed files with 1 additions and 6 deletions

View File

@ -26,8 +26,6 @@
void targetConfiguration(master_t *config) void targetConfiguration(master_t *config)
{ {
UNUSED(config); config->batteryConfig.currentMeterScale = 220;
batteryConfig->currentMeterScale = 220;
} }
#endif #endif

View File

@ -115,9 +115,6 @@
#define SONAR_SOFTSERIAL1_EXCLUSIVE #define SONAR_SOFTSERIAL1_EXCLUSIVE
#define SERIAL_PORT_COUNT 5
#endif
#define USE_SPI #define USE_SPI
#ifdef TINYBEEF3 #ifdef TINYBEEF3