Update Teensy.mk

This commit is contained in:
Baciu Vlad-Eusebiu 2023-12-12 00:06:41 +02:00 committed by GitHub
parent 43995f96b1
commit f131b9a219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ include $(ARDMK_DIR)/Common.mk
ARDMK_VENDOR = teensy
ARDUINO_CORE_PATH = $(ARDUINO_DIR)/hardware/teensy/avr/cores/teensy3
BOARDS_TXT = $(ARDUINO_DIR)/hardware/$(ARDMK_VENDOR)/avr/boards.txt
HEX_PATH = $(shell cygpath -w $(abspath $(OBJDIR)))
HEX_PATH := $(wildcard $(shell cygpath -w $(abspath $(OBJDIR))))
ifndef F_CPU