From a47f5705d3f6abf4abaffa949f7bb50132507d94 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 15 Oct 2017 06:51:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10822 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal_uart.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/include/hal_uart.h') diff --git a/os/hal/include/hal_uart.h b/os/hal/include/hal_uart.h index 5523b82f1..01d61df7a 100644 --- a/os/hal/include/hal_uart.h +++ b/os/hal/include/hal_uart.h @@ -359,11 +359,11 @@ extern "C" { size_t uartStopReceiveI(UARTDriver *uartp); #if UART_USE_WAIT == TRUE msg_t uartSendTimeout(UARTDriver *uartp, size_t *np, - const void *txbuf, systime_t timeout); + const void *txbuf, sysinterval_t timeout); msg_t uartSendFullTimeout(UARTDriver *uartp, size_t *np, - const void *txbuf, systime_t timeout); + const void *txbuf, sysinterval_t timeout); msg_t uartReceiveTimeout(UARTDriver *uartp, size_t *np, - void *rxbuf, systime_t timeout); + void *rxbuf, sysinterval_t timeout); #endif #if UART_USE_MUTUAL_EXCLUSION == TRUE void uartAcquireBus(UARTDriver *uartp); -- cgit v1.2.3