AP_RPM: Unify from print or println to printf.

This commit is contained in:
murata 2017-01-21 14:01:31 +09:00 committed by Andrew Tridgell
parent 17c62ffe4c
commit 81ef065c53
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ char sensor_state;
void setup()
{
hal.console->println("APM RPM library test\n\n");
hal.console->printf("APM RPM library test\n\n\n");
RPM.init();
hal.console->printf("Detected %u RPM sensors\n\n", RPM.num_sensors());