mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fix broken targets due to merge
This commit is contained in:
parent
de3d1d527d
commit
cd43ee8ab1
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue