This commit is contained in:
Philippe Teuwen
2019-05-01 01:38:52 +02:00
parent 5801cfa4a8
commit 4f11ef048f
11 changed files with 38 additions and 38 deletions

View File

@@ -107,6 +107,6 @@ uint32_t uart_get_speed(const serial_port sp);
/* Reconfigure timeouts
*/
int uart_reconfigure_timeouts(serial_port sp, uint32_t value );
int uart_reconfigure_timeouts(serial_port sp, uint32_t value);
#endif // _UART_H_