mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 23:18:29 -04:00
AC_PID: Unify from print or println to printf.
This commit is contained in:
parent
1b2ea27a68
commit
5e11497332
@ -21,7 +21,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
// setup function
|
||||
void setup()
|
||||
{
|
||||
hal.console->println("ArduPilot Mega AC_PID library test");
|
||||
hal.console->printf("ArduPilot Mega AC_PID library test\n");
|
||||
|
||||
hal.scheduler->delay(1000);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user