chg: reconfigure uart timeouts when compiled for FPC and connecting over USB.
This commit is contained in:
@@ -105,5 +105,8 @@ bool uart_set_speed(serial_port sp, const uint32_t uiPortSpeed);
|
||||
*/
|
||||
uint32_t uart_get_speed(const serial_port sp);
|
||||
|
||||
/* Reconfigure timeouts
|
||||
*/
|
||||
bool uart_reconfigure_timeouts(serial_port *sp, uint32_t value );
|
||||
#endif // _UART_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user