Просмотр исходного кода

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 8 лет назад
Родитель
Сommit
af7b17edd7
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      teensy3/Makefile

+ 2
- 2
teensy3/Makefile Просмотреть файл

@@ -40,8 +40,8 @@ OPTIONS += -D__$(MCU)__ -DARDUINO=10600 -DTEENSYDUINO=121

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)
LIBRARYPATH = $(abspath $(ARDUINOPATH)/libraries)

Загрузка…
Отмена
Сохранить