Skip to content

Commit 62b11df

Browse files
authored
sp
1 parent 715fcbe commit 62b11df

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
@@ -326,7 +326,7 @@ void uartWriteBuf(uart_t* uart, const uint8_t * data, size_t len)
326326
UART_MUTEX_UNLOCK();
327327
}
328328

329-
vois uartFlush(uart_t* uart)
329+
void uartFlush(uart_t* uart)
330330
{
331331
uartFlushTxOnly(uart,false);
332332
}

0 commit comments

Comments
 (0)