summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-22 20:26:32 +0700
committerhathach <[email protected]>2022-12-22 20:26:32 +0700
commit396716cc2c29b151556d554c560307afcadd7252 (patch)
tree0b159d4258a5aaa1851885ef66a1c9a23785ce1b /examples
parentf33883c308959aa2ca08ef55282c82c54f929226 (diff)
clean up
Diffstat (limited to 'examples')
-rw-r--r--examples/host/cdc_msc_hid/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/CMakeLists.txt b/examples/host/cdc_msc_hid/CMakeLists.txt
index 2e89817a5..7af6b738e 100644
--- a/examples/host/cdc_msc_hid/CMakeLists.txt
+++ b/examples/host/cdc_msc_hid/CMakeLists.txt
@@ -15,8 +15,8 @@ add_executable(${PROJECT})
# Example source
target_sources(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src/cdc_app.c
- ${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
${CMAKE_CURRENT_SOURCE_DIR}/src/hid_app.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
${CMAKE_CURRENT_SOURCE_DIR}/src/msc_app.c
)