mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
esp32/uart: Correctly init low-level UART driver for REPL.
uart_driver_install() needs to be called to set up the UART correctly.
This commit is contained in:
committed by
Damien George
parent
2d47020e15
commit
2cc9232781
@@ -28,6 +28,7 @@
|
||||
#ifndef MICROPY_INCLUDED_ESP32_UART_H
|
||||
#define MICROPY_INCLUDED_ESP32_UART_H
|
||||
|
||||
void uart_init(void);
|
||||
void uart_stdout_init(void);
|
||||
int uart_stdout_tx_strn(const char *str, size_t len);
|
||||
|
||||
#endif // MICROPY_INCLUDED_ESP32_UART_H
|
||||
|
||||
Reference in New Issue
Block a user