修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

2
mico-os/makefiles/mico_target_config.mk Normal file → Executable file
View File

@@ -235,7 +235,7 @@ $(eval $(call PROCESS_COMPATIBILITY_CHECK,))
# Now we know the target architecture - include all toolchain makefiles and check one of them can handle the architecture
CC :=
ifneq ($(filter $(HOST_ARCH),Cortex-M3 Cortex-M4 Cortex-M4F Cortex-R4 ARM968E-S),)
ifneq ($(filter $(HOST_ARCH),Cortex-M3 Cortex-M4 Cortex-M4F Cortex-R4),)
include $(MAKEFILES_PATH)/micoder_toolchain_arm-none-eabi.mk