diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2015-09-15 18:48:22 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2015-09-15 18:48:22 +0530 |
| commit | 0ce685b1a193fb4b68d7a7e8d4ed95bed8a697af (patch) | |
| tree | aaa86bc76651ad4c550db85bf40569d829bcdfbd /Teensy.mk | |
| parent | 3198aeab40194778f8c2cc869af82c7b1de688e0 (diff) | |
| parent | af17878bc4efa0a7aefce5e47b0ad44454c06c70 (diff) | |
Merge pull request #388 from sej7278/master
Replace $VENDOR with $ARDMK_VENDOR
Diffstat (limited to 'Teensy.mk')
| -rw-r--r-- | Teensy.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,9 +33,9 @@ endif # include Common.mk now we know where it is include $(ARDMK_DIR)/Common.mk -VENDOR = teensy +ARDMK_VENDOR = teensy ARDUINO_CORE_PATH = $(ARDUINO_DIR)/hardware/teensy/cores/teensy3 -BOARDS_TXT = $(ARDUINO_DIR)/hardware/$(VENDOR)/boards.txt +BOARDS_TXT = $(ARDUINO_DIR)/hardware/$(ARDMK_VENDOR)/boards.txt ifndef F_CPU F_CPU=96000000 |
