Skip to content

Commit bebd459

Browse files
authored
Add indication of how errata RP2040-E5 workarund is turned on (#210)
1 parent 705cd0f commit bebd459

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

usb/device/dev_hid_composite/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ target_include_directories(dev_hid_composite PUBLIC
1515
# for TinyUSB device support and tinyusb_board for the additional board support library used by the example
1616
target_link_libraries(dev_hid_composite PUBLIC pico_stdlib tinyusb_device tinyusb_board)
1717

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+
1821
pico_add_extra_outputs(dev_hid_composite)
1922

2023
# add url via pico_set_program_url

0 commit comments

Comments
 (0)