diff options
| author | hathach <[email protected]> | 2024-04-24 16:17:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-24 16:17:33 +0700 |
| commit | b67cb26e51c7f31db0cf71c6c1ce5430bbbbb7f5 (patch) | |
| tree | d0564614430496e537574881b516ad589e201a4a /examples/host | |
| parent | eaec0fb13998ab642bd63981e8d0686fab0b347c (diff) | |
change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/cdc_msc_hid_freertos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid_freertos/Makefile b/examples/host/cdc_msc_hid_freertos/Makefile index 5351a6248..bf4725f47 100644 --- a/examples/host/cdc_msc_hid_freertos/Makefile +++ b/examples/host/cdc_msc_hid_freertos/Makefile @@ -1,7 +1,7 @@ include ../../build_system/make/make.mk FREERTOS_SRC = lib/FreeRTOS-Kernel -FREERTOS_PORTABLE_PATH= $(FREERTOS_SRC)/portable/$(if $(USE_IAR),IAR,GCC) +FREERTOS_PORTABLE_PATH= $(FREERTOS_SRC)/portable/$(if $(findstring iar,$(TOOLCHAIN)),IAR,GCC) INC += \ src \ |
