Fix broken targets due to merge
This commit is contained in:
parent
de3d1d527d
commit
cd43ee8ab1
|
@ -26,8 +26,6 @@
|
|||
|
||||
void targetConfiguration(master_t *config)
|
||||
{
|
||||
UNUSED(config);
|
||||
|
||||
batteryConfig->currentMeterScale = 220;
|
||||
config->batteryConfig.currentMeterScale = 220;
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -115,9 +115,6 @@
|
|||
|
||||
#define SONAR_SOFTSERIAL1_EXCLUSIVE
|
||||
|
||||
#define SERIAL_PORT_COUNT 5
|
||||
#endif
|
||||
|
||||
#define USE_SPI
|
||||
|
||||
#ifdef TINYBEEF3
|
||||
|
|
Loading…
Reference in New Issue