From 35962eaab05bc4c1d17e4f0f568706ba8df4de51 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Wed, 29 Jun 2016 14:18:48 +0200 Subject: esp8266/modpybuart: allow setting baudrate and other params --- esp8266/uart.h | 1 + 1 file changed, 1 insertion(+) (limited to 'esp8266/uart.h') diff --git a/esp8266/uart.h b/esp8266/uart.h index 8e09beea5..21894d3fa 100644 --- a/esp8266/uart.h +++ b/esp8266/uart.h @@ -96,5 +96,6 @@ int uart_rx_char(void); void uart_tx_one_char(uint8 uart, uint8 TxChar); void uart_flush(uint8 uart); void uart_os_config(int uart); +void uart_setup(uint8 uart); #endif // _INCLUDED_UART_H_ -- cgit v1.2.3