esp8266/modpybuart: allow setting baudrate and other params
diff --git a/esp8266/uart.h b/esp8266/uart.h
index 8e09bee..21894d3 100644
--- a/esp8266/uart.h
+++ b/esp8266/uart.h
@@ -96,5 +96,6 @@
 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_