Skip to content

Commit 34346d6

Browse files
committed
missing host/cdc_msc_hid_freertos
1 parent dbdc5a2 commit 34346d6

File tree

3 files changed

+0
-113
lines changed

3 files changed

+0
-113
lines changed

examples/host/cdc_msc_hid_freertos/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ add_executable(${PROJECT})
2020
# Example source
2121
target_sources(${PROJECT} PUBLIC
2222
${CMAKE_CURRENT_SOURCE_DIR}/src/cdc_app.c
23-
${CMAKE_CURRENT_SOURCE_DIR}/src/freertos_hook.c
2423
${CMAKE_CURRENT_SOURCE_DIR}/src/hid_app.c
2524
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
2625
${CMAKE_CURRENT_SOURCE_DIR}/src/msc_app.c

examples/host/cdc_msc_hid_freertos/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ INC += \
1313
# Example source
1414
EXAMPLE_SOURCE = \
1515
src/cdc_app.c \
16-
src/freertos_hook.c \
1716
src/hid_app.c \
1817
src/main.c \
1918
src/msc_app.c \

examples/host/cdc_msc_hid_freertos/src/freertos_hook.c

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)