GCS_MAVLink: Unify from print or println to printf.

This commit is contained in:
murata 2017-01-21 14:02:34 +09:00 committed by Andrew Tridgell
parent 474569c91b
commit 4a60850558

View File

@ -42,7 +42,7 @@ static MAVLink_routing routing;
void setup(void)
{
hal.console->println("routing test startup...");
hal.console->printf("routing test startup...\n");
gcs[0].init(hal.uartA, MAVLINK_COMM_0);
}