mirror of https://github.com/ArduPilot/ardupilot
AP_Parachute: Unify from print or println to printf.
This commit is contained in:
parent
77c402556b
commit
60b63bb69e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue