We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ff5e4 commit f9002b5Copy full SHA for f9002b5
cores/esp32/esp32-hal-uart.h
@@ -57,7 +57,7 @@ void uartWriteBuf(uart_t *uart, const uint8_t *data, size_t len);
57
void uartFlush(uart_t *uart);
58
void uartFlushTxOnly(uart_t *uart, bool txOnly);
59
60
-void uartSetBaudRate(uart_t *uart, uint32_t baud_rate);
+bool uartSetBaudRate(uart_t *uart, uint32_t baud_rate);
61
uint32_t uartGetBaudRate(uart_t *uart);
62
63
void uartSetRxInvert(uart_t *uart, bool invert);
0 commit comments