Skip to content

Commit 816d63d

Browse files
author
stickbreaker
committed
Bug fixes for latest commit
1 parent 7cb2596 commit 816d63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ uint32_t uartAvailable(uart_t* uart)
360360
return 0;
361361
}
362362
UART_MUTEX_LOCK();
363-
uin32_t count = 0;
363+
uint32_t count = 0;
364364
if(uart->queue){
365365
_uart_rx_read_fifo(uart);
366366
count = uxQueueMessagesWaiting(uart->queue);

0 commit comments

Comments
 (0)