mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Missing , in test
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2369 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
bc5b3caa58
commit
ba724655b2
@ -648,7 +648,7 @@ test_battery(uint8_t argc, const Menu::arg *argv)
|
|||||||
delay(20);
|
delay(20);
|
||||||
read_battery();
|
read_battery();
|
||||||
}
|
}
|
||||||
Serial.printf_P(PSTR("Volts: 1:%2.2f, 2:%2.2f, 3:%2.2f, 4:%2.2f\n")
|
Serial.printf_P(PSTR("Volts: 1:%2.2f, 2:%2.2f, 3:%2.2f, 4:%2.2f\n"),
|
||||||
battery_voltage1,
|
battery_voltage1,
|
||||||
battery_voltage2,
|
battery_voltage2,
|
||||||
battery_voltage3,
|
battery_voltage3,
|
||||||
|
Loading…
Reference in New Issue
Block a user