Changed echo command to work on linux
This commit is contained in:
parent
af52a2dcc8
commit
1e5d7c1a33
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ NM = $(AVR_TOOLS_PATH)/avr-nm
|
|||
REMOVE = rm -f
|
||||
MV = mv -f
|
||||
CAT = cat
|
||||
ECHO = echo
|
||||
ECHO = echo -e
|
||||
|
||||
# General arguments
|
||||
SYS_LIBS = $(patsubst %,$(ARDUINO_LIB_PATH)/%,$(ARDUINO_LIBS))
|
||||
|
|
Loading…
Reference in a new issue