Browse Source

fixed toolspath

The spaces after TOOLSPATH will append to the variable value. Merged the on Linux comment with previous comment to fix.
main
Jasper Poppe 8 years ago
parent
commit
af7b17edd7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      teensy3/Makefile

+ 2
- 2
teensy3/Makefile View File



ifdef ARDUINOPATH ifdef ARDUINOPATH


# path location for Teensy Loader, teensy_post_compile and teensy_reboot
TOOLSPATH = $(abspath $(ARDUINOPATH)/hardware/tools) # on Linux
# path location for Teensy Loader, teensy_post_compile and teensy_reboot (on Linux)
TOOLSPATH = $(abspath $(ARDUINOPATH)/hardware/tools)


# path location for Arduino libraries (currently not used) # path location for Arduino libraries (currently not used)
LIBRARYPATH = $(abspath $(ARDUINOPATH)/libraries) LIBRARYPATH = $(abspath $(ARDUINOPATH)/libraries)

Loading…
Cancel
Save