From ba724655b25c2f592c0ab2e706cf6f18fd3e9d06 Mon Sep 17 00:00:00 2001 From: jasonshort Date: Sat, 21 May 2011 06:51:16 +0000 Subject: [PATCH] Missing , in test git-svn-id: https://arducopter.googlecode.com/svn/trunk@2369 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- ArduCopterMega/test.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopterMega/test.pde b/ArduCopterMega/test.pde index ed9307eec3..8c7a22d72c 100644 --- a/ArduCopterMega/test.pde +++ b/ArduCopterMega/test.pde @@ -648,7 +648,7 @@ test_battery(uint8_t argc, const Menu::arg *argv) delay(20); 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_voltage2, battery_voltage3,