mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Fix typo in [tools.mk] (#13398)
fix typo in [tools.mk] fix a small typo tookchain -> toolchain
This commit is contained in:
parent
aa9c4ad6c0
commit
39c4603ac4
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ else ifeq (,$(filter %_install test% clean% %-print checks help configs, $(MAKEC
|
|||
$(error **ERROR** your arm-none-eabi-gcc is '$(GCC_VERSION)', but '$(GCC_REQUIRED_VERSION)' is expected. Override with 'GCC_REQUIRED_VERSION' in mk/local.mk or run 'make arm_sdk_install' to install the right version automatically in the tools folder of this repo)
|
||||
endif
|
||||
|
||||
# ARM tookchain is in the path, and the version is what's required.
|
||||
# ARM toolchain is in the path, and the version is what's required.
|
||||
ARM_SDK_PREFIX ?= arm-none-eabi-
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue