ArduCopter: removed set_blocking_writes_all calls
This commit is contained in:
parent
828d4ac70c
commit
105b7a6163
@ -198,11 +198,6 @@ void Copter::init_ardupilot()
|
||||
set_land_complete(true);
|
||||
set_land_complete_maybe(true);
|
||||
|
||||
// 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);
|
||||
|
||||
// enable CPU failsafe
|
||||
failsafe_enable();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user