1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Fix gcc required subversion

This commit is contained in:
Mark Haslinghuis 2022-07-12 14:12:23 +02:00
parent 2615645f52
commit 683688c05d

View file

@ -18,7 +18,7 @@
# Set up ARM (STM32) SDK
ARM_SDK_DIR ?= $(TOOLS_DIR)/gcc-arm-none-eabi-10.3-2021.10
# Checked below, Should match the output of $(shell arm-none-eabi-gcc -dumpversion)
GCC_REQUIRED_VERSION ?= 10.3
GCC_REQUIRED_VERSION ?= 10.3.1
.PHONY: arm_sdk_version