rp2/CMakeLists.txt: Include tinyusb_common in PICO_SDK_COMPONENTS.

So the TinyUSB headers can be found during qstr processing.

Fixes issue #7236.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2021-05-11 12:46:18 +10:00
parent cce7096d1a
commit 4404dababb
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ set(PICO_SDK_COMPONENTS
pico_sync
pico_time
pico_unique_id
tinyusb_common
tinyusb_device
)