diff options
Diffstat (limited to 'cc3200/mods/pybuart.h')
-rw-r--r-- | cc3200/mods/pybuart.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/mods/pybuart.h b/cc3200/mods/pybuart.h index 74871cbab0..19bc93607d 100644 --- a/cc3200/mods/pybuart.h +++ b/cc3200/mods/pybuart.h @@ -42,6 +42,5 @@ uint32_t uart_rx_any(pyb_uart_obj_t *uart_obj); int uart_rx_char(pyb_uart_obj_t *uart_obj); bool uart_tx_char(pyb_uart_obj_t *self, int c); bool uart_tx_strn(pyb_uart_obj_t *uart_obj, const char *str, uint len); -void uart_tx_strn_cooked(pyb_uart_obj_t *uart_obj, const char *str, uint len); #endif // PYBUART_H_ |