mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
GCS_MAVLink: Unify from print or println to printf.
This commit is contained in:
parent
474569c91b
commit
4a60850558
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user