We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6262311 commit f5ddfa1Copy full SHA for f5ddfa1
supervisor/shared/serial.c
@@ -9,6 +9,7 @@
9
10
#include "py/mpconfig.h"
11
#include "py/mphal.h"
12
+#include "py/mpprint.h"
13
14
#include "supervisor/shared/cpu.h"
15
#include "supervisor/shared/display.h"
@@ -34,7 +35,6 @@
34
35
#endif
36
37
#if CIRCUITPY_CONSOLE_UART
-#include "py/mpprint.h"
38
#include "shared-bindings/busio/UART.h"
39
40
busio_uart_obj_t console_uart;
0 commit comments