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 705cd0f commit bebd459Copy full SHA for bebd459
usb/device/dev_hid_composite/CMakeLists.txt
@@ -15,6 +15,9 @@ target_include_directories(dev_hid_composite PUBLIC
15
# for TinyUSB device support and tinyusb_board for the additional board support library used by the example
16
target_link_libraries(dev_hid_composite PUBLIC pico_stdlib tinyusb_device tinyusb_board)
17
18
+# Uncomment this line to enable fix for Errata RP2040-E5 (the fix requires use of GPIO 15)
19
+#target_compile_definitions(dev_hid_composite PUBLIC PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1)
20
+
21
pico_add_extra_outputs(dev_hid_composite)
22
23
# add url via pico_set_program_url
0 commit comments