Fix "control reaches end of non-void function" warning

This commit is contained in:
Philippe Teuwen
2019-04-30 21:48:14 +02:00
parent 63cd4a9fbb
commit dbf5e74069
3 changed files with 6 additions and 4 deletions

View File

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