We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdc5a2 commit 34346d6Copy full SHA for 34346d6
examples/host/cdc_msc_hid_freertos/CMakeLists.txt
@@ -20,7 +20,6 @@ add_executable(${PROJECT})
20
# Example source
21
target_sources(${PROJECT} PUBLIC
22
${CMAKE_CURRENT_SOURCE_DIR}/src/cdc_app.c
23
- ${CMAKE_CURRENT_SOURCE_DIR}/src/freertos_hook.c
24
${CMAKE_CURRENT_SOURCE_DIR}/src/hid_app.c
25
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
26
${CMAKE_CURRENT_SOURCE_DIR}/src/msc_app.c
examples/host/cdc_msc_hid_freertos/Makefile
@@ -13,7 +13,6 @@ INC += \
13
14
EXAMPLE_SOURCE = \
15
src/cdc_app.c \
16
- src/freertos_hook.c \
17
src/hid_app.c \
18
src/main.c \
19
src/msc_app.c \
examples/host/cdc_msc_hid_freertos/src/freertos_hook.c
0 commit comments