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 07e5caf commit 189d377Copy full SHA for 189d377
src/rp2_common/pico_stdio/stdio.c
@@ -9,13 +9,15 @@
9
#include <stdarg.h>
10
11
#include "pico.h"
12
-#include "pico/mutex.h"
13
#if LIB_PICO_PRINTF_PICO
14
#include "pico/printf.h"
15
#endif
16
#include "pico/stdio.h"
17
#include "pico/stdio/driver.h"
18
#include "pico/time.h"
+#if PICO_STDOUT_MUTEX
19
+#include "pico/mutex.h"
20
+#endif
21
22
#if LIB_PICO_STDIO_UART
23
#include "pico/stdio_uart.h"
0 commit comments