summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-04-18 17:54:01 +0700
committerhathach <[email protected]>2025-04-18 17:59:38 +0700
commit2fd0301f0ef0df058de4004d045eb0ea4209a2e9 (patch)
tree65182d57fb57766a36ff0e09057254df308a40d0 /examples/host
parent925010fd841c5442579c503a3b1aa211cc25e8b2 (diff)
parente44f556a951451fd9123cb822683faac324e0450 (diff)
Merge branch 'master' into fork/HiFiPhile/ping_out
# Conflicts: # src/portable/synopsys/dwc2/hcd_dwc2.c
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/msc_file_explorer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/msc_file_explorer/Makefile b/examples/host/msc_file_explorer/Makefile
index c7d6a7cae..f0872376f 100644
--- a/examples/host/msc_file_explorer/Makefile
+++ b/examples/host/msc_file_explorer/Makefile
@@ -22,6 +22,6 @@ SRC_C += \
$(FATFS_PATH)/ffunicode.c \
# suppress warning caused by fatfs
-CFLAGS += -Wno-error=cast-qual
+CFLAGS_GCC += -Wno-error=cast-qual
include ../../build_system/make/rules.mk