summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-03-01 22:13:21 +0700
committerhathach <[email protected]>2021-03-01 22:13:21 +0700
commit7ff14a652ba1348f863338479eb3347a06fcc80a (patch)
tree7beade137d94356b48e977ec6646867c672b9dcd /examples/device/cdc_msc_freertos/Makefile
parente8cbccf81decb4074f40791c1608d46c112fe0b2 (diff)
add submodule lib/FreeRTOS-Kernel
Diffstat (limited to 'examples/device/cdc_msc_freertos/Makefile')
-rw-r--r--examples/device/cdc_msc_freertos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/Makefile b/examples/device/cdc_msc_freertos/Makefile
index 3570daa41..36174b5e1 100644
--- a/examples/device/cdc_msc_freertos/Makefile
+++ b/examples/device/cdc_msc_freertos/Makefile
@@ -1,7 +1,7 @@
include ../../../tools/top.mk
include ../../make.mk
-FREERTOS_SRC = lib/FreeRTOS/FreeRTOS/Source
+FREERTOS_SRC = lib/FreeRTOS-Kernel
INC += \
src \