FastSerial: added set_blocking_writes() interface
this allows us to put a serial port into non-blocking mode, so that writes that don't fit in the transmit buffer are dropped. This will be used in flight to prevent stray printf() calls from causing large time delays in the code
Loading
Please register or sign in to comment