AP_Parachute: Unify from print or println to printf.

This commit is contained in:
murata 2017-01-21 14:00:17 +09:00 committed by Andrew Tridgell
parent 77c402556b
commit 60b63bb69e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ AP_Parachute parachute(relay);
void setup()
{
hal.console->println("AP_Parachute library test");
hal.console->printf("AP_Parachute library test\n");
}
void loop()