fix iar with make

This commit is contained in:
hathach
2023-06-24 21:17:40 +07:00
parent 38a582634e
commit 946d3fdd4f
4 changed files with 4 additions and 4 deletions

View File

@@ -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