Browse Source

AC_PID: Unify from print or println to printf.

mission-4.1.18
murata 8 years ago committed by Andrew Tridgell
parent
commit
5e11497332
  1. 2
      libraries/AC_PID/examples/AC_PID_test/AC_PID_test.cpp

2
libraries/AC_PID/examples/AC_PID_test/AC_PID_test.cpp

@ -21,7 +21,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL(); @@ -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…
Cancel
Save