GCS_MAVLink: fixed example build
This commit is contained in:
parent
af5f84f4e4
commit
b64077ac2e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user