1
0
Fork 0
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:
RoboSchmied 2024-04-10 01:37:36 +02:00 committed by GitHub
parent aa9c4ad6c0
commit 39c4603ac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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