mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
// startup
|
||||
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