Revert "Changed echo command to work on linux". Was having issues with Ubuntu and Mac
This reverts commit 1e5d7c1a33
.
This commit is contained in:
parent
f970cf406b
commit
8b99f165e7
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ NM = $(AVR_TOOLS_PATH)/avr-nm
|
|||
REMOVE = rm -rf
|
||||
MV = mv -f
|
||||
CAT = cat
|
||||
ECHO = echo -e
|
||||
ECHO = echo
|
||||
|
||||
# General arguments
|
||||
SYS_LIBS = $(patsubst %,$(ARDUINO_LIB_PATH)/%,$(ARDUINO_LIBS))
|
||||
|
|
Loading…
Reference in a new issue