Skip to content
  • Andrew Tridgell's avatar
    FastSerial: added set_blocking_writes() interface · 08b66e18
    Andrew Tridgell authored
    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
    08b66e18
Loading