Browse Source

AP_Common: Unify from print or println to printf.

master
murata 8 years ago committed by Andrew Tridgell
parent
commit
50eead63cc
  1. 2
      libraries/AP_Common/examples/AP_Common/AP_Common.cpp

2
libraries/AP_Common/examples/AP_Common/AP_Common.cpp

@ -32,7 +32,7 @@ void test_high_low_byte(void) @@ -32,7 +32,7 @@ void test_high_low_byte(void)
*/
void setup(void)
{
hal.console->println("AP_Common tests\n");
hal.console->printf("AP_Common tests\n\n");
test_high_low_byte();
}

Loading…
Cancel
Save