mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: removed set_blocking_writes_all calls
This commit is contained in:
parent
87092265d0
commit
460e19c3e5
@ -188,10 +188,6 @@ void Rover::startup_ground(void)
|
||||
#if AP_SCRIPTING_ENABLED
|
||||
g2.scripting.init();
|
||||
#endif // AP_SCRIPTING_ENABLED
|
||||
|
||||
// we don't want writes to the serial port to cause us to pause
|
||||
// so set serial ports non-blocking once we are ready to drive
|
||||
serial_manager.set_blocking_writes_all(false);
|
||||
}
|
||||
|
||||
// update the ahrs flyforward setting which can allow
|
||||
|
Loading…
Reference in New Issue
Block a user