summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-05-19 11:16:26 +0700
committerhathach <[email protected]>2021-05-19 11:16:26 +0700
commit327336e921cb75359878a4cf5c77af323dd8da14 (patch)
tree55e16982f5d45607d89506e6306ed9aaeaee1d94 /examples
parent2df5a5367f6b8a6649d39d3ba7ebc0af56db9ad2 (diff)
fix build for rp2040
Diffstat (limited to 'examples')
-rw-r--r--examples/host/cdc_msc_hid/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/host/cdc_msc_hid/CMakeLists.txt b/examples/host/cdc_msc_hid/CMakeLists.txt
index a9a4f08ad..ac57bf6dd 100644
--- a/examples/host/cdc_msc_hid/CMakeLists.txt
+++ b/examples/host/cdc_msc_hid/CMakeLists.txt
@@ -19,6 +19,7 @@ if(FAMILY STREQUAL "rp2040")
# Example source
target_sources(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/hid_app.c
${CMAKE_CURRENT_SOURCE_DIR}/src/msc_app.c
)