GCS_MAVLink: fixed example build

This commit is contained in:
Andrew Tridgell 2015-02-09 13:09:29 +11:00
parent af5f84f4e4
commit b64077ac2e

View File

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