diff options
| author | Ha Thach <[email protected]> | 2025-04-17 23:51:50 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-17 23:51:50 +0700 |
| commit | edbea218b92fe20215e9fc0cfd69208babc08259 (patch) | |
| tree | 7d68485de85de4a8e2485a2da1b2418d93fec5da /examples/host | |
| parent | e426c8c8769515597f22b48b203cf61035194638 (diff) | |
| parent | 46d2d4199ea31babbffff51f9eaa65eda81c659b (diff) | |
Merge pull request #3086 from hathach/ci-add-picow-host
Ci add picow host test
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/msc_file_explorer/Makefile | 2 |
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 |
