mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-20 15:48:29 -04:00
Rover: set GPS non-blocking
the new GPS driver only ever needs a non-blocking port
This commit is contained in:
parent
b40bd479c4
commit
06c77c167e
@ -262,6 +262,7 @@ static void startup_ground(void)
|
|||||||
mission.init();
|
mission.init();
|
||||||
|
|
||||||
hal.uartA->set_blocking_writes(false);
|
hal.uartA->set_blocking_writes(false);
|
||||||
|
hal.uartB->set_blocking_writes(false);
|
||||||
hal.uartC->set_blocking_writes(false);
|
hal.uartC->set_blocking_writes(false);
|
||||||
|
|
||||||
gcs_send_text_P(SEVERITY_LOW,PSTR("\n\n Ready to drive."));
|
gcs_send_text_P(SEVERITY_LOW,PSTR("\n\n Ready to drive."));
|
||||||
|
Loading…
Reference in New Issue
Block a user