summaryrefslogtreecommitdiff
path: root/examples/device/hid_composite_freertos
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-24 21:17:40 +0700
committerhathach <[email protected]>2023-06-24 21:17:40 +0700
commit946d3fdd4f0b5dc1e5a3cadde25691d6f34e30dc (patch)
treeff40fac0e45e561e4307b8cd37415358f4767ee0 /examples/device/hid_composite_freertos
parent38a582634ecb31745600768583651df2468ed913 (diff)
fix iar with make
Diffstat (limited to 'examples/device/hid_composite_freertos')
-rw-r--r--examples/device/hid_composite_freertos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_composite_freertos/Makefile b/examples/device/hid_composite_freertos/Makefile
index cc1526cfe..a892e7d1d 100644
--- a/examples/device/hid_composite_freertos/Makefile
+++ b/examples/device/hid_composite_freertos/Makefile
@@ -42,6 +42,6 @@ CFLAGS_GCC += -Wno-error=redundant-decls
CFLAGS_GCC += -Wno-error=cast-qual
# FreeRTOS (lto + Os) linker issue
-LDFLAGS += -Wl,--undefined=vTaskSwitchContext
+LDFLAGS_GCC += -Wl,--undefined=vTaskSwitchContext
include ../../rules.mk