fix build for rp2040

This commit is contained in:
hathach 2021-05-19 11:16:26 +07:00
parent 2df5a5367f
commit 327336e921
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
1 changed files with 1 additions and 0 deletions

View File

@ -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
)