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 d50e743 commit a0d4bdfCopy full SHA for a0d4bdf
src/rp2_common/pico_runtime/runtime.c
@@ -20,7 +20,13 @@
20
21
#include "pico/mutex.h"
22
#include "pico/time.h"
23
+
24
+#if LIB_PICO_PRINTF_PICO
25
#include "pico/printf.h"
26
+#else
27
+#define weak_raw_printf printf
28
+#define weak_raw_vprintf vprintf
29
+#endif
30
31
#if PICO_ENTER_USB_BOOT_ON_EXIT
32
#include "pico/bootrom.h"
src/rp2_common/pico_stdio/stdio.c
@@ -10,7 +10,9 @@
10
11
#include "pico.h"
12
13
14
15
16
#include "pico/stdio.h"
17
#include "pico/stdio/driver.h"
18
0 commit comments