1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

BFF3, fix ibat_scale reset default problem.

This commit is contained in:
Anders Hoglund 2017-03-20 16:06:35 +01:00 committed by borisbstyle
parent 2ab44c9384
commit 2cc05e0ade

View file

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