1
0
Fork 0
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:
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) void targetConfiguration(master_t *config)
{ {
UNUSED(config); config->batteryConfig.currentMeterScale = 220;
batteryConfig->currentMeterScale = 220;
} }
#endif #endif