mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
BFF3, fix ibat_scale reset default problem.
This commit is contained in:
parent
2ab44c9384
commit
2cc05e0ade
1 changed files with 1 additions and 3 deletions
|
@ -38,8 +38,6 @@
|
||||||
|
|
||||||
void targetConfiguration(master_t *config)
|
void targetConfiguration(master_t *config)
|
||||||
{
|
{
|
||||||
UNUSED(config);
|
config->batteryConfig.currentMeterScale = 220;
|
||||||
|
|
||||||
batteryConfig->currentMeterScale = 220;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue