mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_HAL_ChibiOS: implement pseudo-flushing for buffered UARTS
This commit is contained in:
parent
05bda89516
commit
eaa414bb0c
@ -634,7 +634,7 @@ void UARTDriver::flush()
|
||||
sduSOFHookI((SerialUSBDriver*)sdef.serial);
|
||||
#endif
|
||||
} else {
|
||||
//TODO: Handle this for other serial ports
|
||||
chEvtSignal(uart_thread_ctx, EVT_TRANSMIT_DATA_READY);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user