fixing my goofy gcc-arm local stuff

This commit is contained in:
Max Holliday 2020-04-28 12:24:10 -07:00
parent 10675bba3e
commit b2de5a9df9

View File

@ -53,7 +53,7 @@ include $(TOP)/supervisor/supervisor.mk
# Include make rules and variables common across CircuitPython builds.
include $(TOP)/py/circuitpy_defns.mk
CROSS_COMPILE = ~/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-
CROSS_COMPILE = arm-none-eabi-
HAL_DIR=hal/$(MCU_SERIES)