From 39c4603ac464de3b5f647bfbe23ba0cb4710bfd7 Mon Sep 17 00:00:00 2001 From: RoboSchmied Date: Wed, 10 Apr 2024 01:37:36 +0200 Subject: [PATCH] Fix typo in [tools.mk] (#13398) fix typo in [tools.mk] fix a small typo tookchain -> toolchain --- mk/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/tools.mk b/mk/tools.mk index cae4c5593..e94cc5d19 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -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 -- 2.11.4.GIT