diff options
| author | Ha Thach <[email protected]> | 2023-07-03 12:25:29 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-03 12:25:29 +0700 |
| commit | f1e006d09bd32088ab421d0b519eb89c531eda4e (patch) | |
| tree | 8c689045ba616ac31a085c8b8cfd770959d5329a /tools/make/cpu/cortex-m0.mk | |
| parent | 942eb0f323c04f53e207fde995580eeee2c01283 (diff) | |
| parent | d5d1b43eb9d1a619b71879892ada7cb85ca3c00f (diff) | |
Merge pull request #2137 from hathach/cmake-ra
enhance RA family
Diffstat (limited to 'tools/make/cpu/cortex-m0.mk')
| -rw-r--r-- | tools/make/cpu/cortex-m0.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make/cpu/cortex-m0.mk b/tools/make/cpu/cortex-m0.mk index c264802c8..feb0f395b 100644 --- a/tools/make/cpu/cortex-m0.mk +++ b/tools/make/cpu/cortex-m0.mk @@ -11,4 +11,4 @@ else ifeq ($(TOOLCHAIN),iar) endif # For freeRTOS port source -FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM0 +FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH)/ARM_CM0 |
