mirror of
https://github.com/micropython/micropython.git
synced 2026-03-16 05:40:19 +01:00
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:
@@ -154,6 +154,7 @@ set(PICO_SDK_COMPONENTS
|
||||
pico_sync
|
||||
pico_time
|
||||
pico_unique_id
|
||||
tinyusb_common
|
||||
tinyusb_device
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user