ArduPlane: removed set_blocking_writes_all calls
This commit is contained in:
parent
105b7a6163
commit
435a83f106
@ -195,11 +195,6 @@ void Plane::startup_ground(void)
|
|||||||
// reset last heartbeat time, so we don't trigger failsafe on slow
|
// reset last heartbeat time, so we don't trigger failsafe on slow
|
||||||
// startup
|
// startup
|
||||||
gcs().sysid_myggcs_seen(AP_HAL::millis());
|
gcs().sysid_myggcs_seen(AP_HAL::millis());
|
||||||
|
|
||||||
// we don't want writes to the serial port to cause us to pause
|
|
||||||
// mid-flight, so set the serial ports non-blocking once we are
|
|
||||||
// ready to fly
|
|
||||||
serial_manager.set_blocking_writes_all(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user