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 ec2101f commit 0f31ba6Copy full SHA for 0f31ba6
ports/raspberrypi/sdk_config/pico/config_autogen.h
@@ -18,6 +18,8 @@
18
#define PICO_NO_HARDWARE (0)
19
#define PICO_ON_DEVICE (1)
20
#define PICO_PRINTF_ALWAYS_INCLUDED (1)
21
+#define PICO_RP2040_USB_DEVICE_ENUMERATION_FIX (1)
22
+#define PICO_RP2040_USB_DEVICE_UFRAME_FIX (1)
23
#define PICO_STDIO_IGNORE_NESTED_STDOUT (0)
24
#define PICO_USE_CRT_PRINTF (0)
25
#define PICO_USE_OPTIMISTIC_SBRK (0)
0 commit comments