diff options
| author | Damien George <damien@micropython.org> | 2021-05-11 12:46:18 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-05-11 12:46:18 +1000 |
| commit | 4404dababb715916262ca9aa45a5732d8454eda0 (patch) | |
| tree | 29c89d57550d2e55e1ee08f2d4e97163adfe2784 | |
| parent | cce7096d1a031f43f72c2ea87513301c3db118dc (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.txt | 1 |
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 ) |
