Quellcode durchsuchen

fixed toolspath

The spaces after TOOLSPATH will append to the variable value. Merged the on Linux comment with previous comment to fix.
teensy4-core
Jasper Poppe vor 8 Jahren
Ursprung
Commit
af7b17edd7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      teensy3/Makefile

+ 2
- 2
teensy3/Makefile Datei anzeigen



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)

Laden…
Abbrechen
Speichern