summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-05-11 12:46:18 +1000
committerDamien George <damien@micropython.org>2021-05-11 12:46:18 +1000
commit4404dababb715916262ca9aa45a5732d8454eda0 (patch)
tree29c89d57550d2e55e1ee08f2d4e97163adfe2784
parentcce7096d1a031f43f72c2ea87513301c3db118dc (diff)
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>
-rw-r--r--ports/rp2/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt
index 699520b24..50cdba4ba 100644
--- a/ports/rp2/CMakeLists.txt
+++ b/ports/rp2/CMakeLists.txt
@@ -154,6 +154,7 @@ set(PICO_SDK_COMPONENTS
pico_sync
pico_time
pico_unique_id
+ tinyusb_common
tinyusb_device
)