Bläddra i källkod

Merge pull request #186 from jpoppe/patch-1

fixed toolspath
main
Paul Stoffregen 9 år sedan
förälder
incheckning
eea6f4d91f
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      teensy3/Makefile

+ 2
- 2
teensy3/Makefile Visa fil



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)

Laddar…
Avbryt
Spara