Skip to content

Commit

Permalink
rp2/CMakeLists.txt: Include tinyusb_common in PICO_SDK_COMPONENTS.
Browse files Browse the repository at this point in the history
So the TinyUSB headers can be found during qstr processing.

Fixes issue #7236.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed May 11, 2021
1 parent cce7096 commit 4404dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/rp2/CMakeLists.txt
Expand Up @@ -154,6 +154,7 @@ set(PICO_SDK_COMPONENTS
pico_sync
pico_time
pico_unique_id
tinyusb_common
tinyusb_device
)

Expand Down

0 comments on commit 4404dab

Please sign in to comment.