Skip to content

Commit

Permalink
Rover: removed set_blocking_writes_all calls
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 8, 2023
1 parent ecea02c commit b6e1c44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Rover/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6e1c44

Please sign in to comment.