summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pybstdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/pybstdio.h')
-rw-r--r--stmhal/pybstdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pybstdio.h b/stmhal/pybstdio.h
index cdb7acfe59..08a2d03638 100644
--- a/stmhal/pybstdio.h
+++ b/stmhal/pybstdio.h
@@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
-extern pyb_uart_obj_t *pyb_stdio_uart;
+extern struct _pyb_uart_obj_t *pyb_stdio_uart;
void stdout_tx_str(const char *str);
void stdout_tx_strn(const char *str, mp_uint_t len);