1
0
Fork 0

Tidy up use of CTPC (#19570)

This commit is contained in:
Joel Challis 2023-01-11 22:31:54 +00:00 committed by GitHub
parent 6576127b4c
commit b61654fb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 13 deletions

View file

@ -22,9 +22,6 @@ USE_ARM_CONFIG ?= no
ifeq ($(strip $(CONVERT_TO)), proton_c)
USE_ARM_CONFIG = yes
endif
ifeq ($(strip $(CTPC)), yes)
USE_ARM_CONFIG = yes
endif
ifeq ($(strip $(MCU)), STM32F303)
USE_ARM_CONFIG = yes
endif