summaryrefslogtreecommitdiff
path: root/examples/dual/host_hid_to_device_cdc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dual/host_hid_to_device_cdc/Makefile')
-rw-r--r--examples/dual/host_hid_to_device_cdc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dual/host_hid_to_device_cdc/Makefile b/examples/dual/host_hid_to_device_cdc/Makefile
index 2c2168f5d..474ae9814 100644
--- a/examples/dual/host_hid_to_device_cdc/Makefile
+++ b/examples/dual/host_hid_to_device_cdc/Makefile
@@ -8,7 +8,7 @@ INC += \
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
-CFLAGS += -Wno-error=cast-align -Wno-error=null-dereference
+CFLAGS_GCC += -Wno-error=cast-align -Wno-error=null-dereference
SRC_C += \
src/class/hid/hid_host.c \