fix: passing a struct.

This commit is contained in:
iceman1001
2019-04-30 22:03:20 +02:00
parent e6315b88a1
commit f8f39d6196
5 changed files with 7 additions and 6 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_