Skip to content

Commit f5ddfa1

Browse files
committed
Fix missing py/mpprint.h include in serial.c.
1 parent 6262311 commit f5ddfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/serial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "py/mpconfig.h"
1111
#include "py/mphal.h"
12+
#include "py/mpprint.h"
1213

1314
#include "supervisor/shared/cpu.h"
1415
#include "supervisor/shared/display.h"
@@ -34,7 +35,6 @@
3435
#endif
3536

3637
#if CIRCUITPY_CONSOLE_UART
37-
#include "py/mpprint.h"
3838
#include "shared-bindings/busio/UART.h"
3939

4040
busio_uart_obj_t console_uart;

0 commit comments

Comments
 (0)