Skip to content

Commit 0f31ba6

Browse files
committed
update errata fixes for RP2040
1 parent ec2101f commit 0f31ba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/raspberrypi/sdk_config/pico/config_autogen.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#define PICO_NO_HARDWARE (0)
1919
#define PICO_ON_DEVICE (1)
2020
#define PICO_PRINTF_ALWAYS_INCLUDED (1)
21+
#define PICO_RP2040_USB_DEVICE_ENUMERATION_FIX (1)
22+
#define PICO_RP2040_USB_DEVICE_UFRAME_FIX (1)
2123
#define PICO_STDIO_IGNORE_NESTED_STDOUT (0)
2224
#define PICO_USE_CRT_PRINTF (0)
2325
#define PICO_USE_OPTIMISTIC_SBRK (0)

0 commit comments

Comments
 (0)