summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-03-11 00:09:37 +0700
committerhathach <[email protected]>2020-03-11 00:09:37 +0700
commit487b887f80f1b73a72a627a21b12c1185a147104 (patch)
tree366164fda58b711ac6d845853f91adc157d3c992 /examples/device/cdc_msc_freertos/Makefile
parent65578dec44cb0143871e9b5b6f54fe4e38940ea8 (diff)
freertos demo use static only for most optmized sram
Diffstat (limited to 'examples/device/cdc_msc_freertos/Makefile')
-rw-r--r--examples/device/cdc_msc_freertos/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/Makefile b/examples/device/cdc_msc_freertos/Makefile
index f92613102..da6044c1d 100644
--- a/examples/device/cdc_msc_freertos/Makefile
+++ b/examples/device/cdc_msc_freertos/Makefile
@@ -19,7 +19,6 @@ SRC_C += \
$(FREERTOS_SRC)/queue.c \
$(FREERTOS_SRC)/tasks.c \
$(FREERTOS_SRC)/timers.c \
- $(FREERTOS_SRC)/portable/MemMang/heap_4.c \
$(FREERTOS_SRC)/portable/GCC/$(FREERTOS_PORT)/port.c
# FreeRTOS (lto + Os) linker issue