Skip to content

Commit 7dfdc3b

Browse files
author
Martin Klang
committed
don't set TOOLROOT, assume arm-none-eabi-gcc is install and in user PATH
1 parent 31fa6b6 commit 7dfdc3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DSPLIB=Libraries/CMSIS/DSP_Lib/Source
33

44
# Tool path
5-
TOOLROOT ?= Tools/gcc-arm-none-eabi-9-2020-q2-update/bin/
5+
# TOOLROOT ?= Tools/gcc-arm-none-eabi-9-2020-q2-update/bin/
66

77
CMSIS ?= Libraries/CMSIS/Include/
88

0 commit comments

Comments
 (0)