Skip to content

Commit

Permalink
Blimp: 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 d856cd9 commit ecea02c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Blimp/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ void Blimp::init_ardupilot()
g2.scripting.init();
#endif // AP_SCRIPTING_ENABLED

// 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);

ins.set_log_raw_bit(MASK_LOG_IMU_RAW);

// setup fin output
Expand Down

0 comments on commit ecea02c

Please sign in to comment.