From 4404dababb715916262ca9aa45a5732d8454eda0 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 11 May 2021 12:46:18 +1000 Subject: [PATCH] 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 --- ports/rp2/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt index 699520b240..50cdba4ba0 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 )