diff options
| author | Dave Hylands | 2014-08-03 09:55:24 -0700 |
|---|---|---|
| committer | Dave Hylands | 2014-08-03 10:03:02 -0700 |
| commit | ecb5792f887392d53f98a84e1c56a807cc93d2ea (patch) | |
| tree | c689e1c85b4ef88feecdbcd23f91f55bba481e95 /teensy/Makefile | |
| parent | 8362bffb2eed310d319b0b96c1b3305eff9c4417 (diff) | |
Updated teensys usb.c and switched to using usb.h from stmhal.
Removed the local usb.h from teensey directory and now uses
the usb.h from the stmhal directory.
Fixed the deploy target to use abspath.
Diffstat (limited to 'teensy/Makefile')
| -rw-r--r-- | teensy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile index 62ccd875a..54e6ef050 100644 --- a/teensy/Makefile +++ b/teensy/Makefile @@ -104,7 +104,7 @@ TOOLS_PATH = $(ARDUINO)/hardware/tools post_compile: $(BUILD)/micropython-mz.hex $(ECHO) "Preparing $@ for upload" - $(Q)$(TOOLS_PATH)/teensy_post_compile -file="$(basename $(<F))" -path="$(<D)" -tools="$(TOOLS_PATH)" + $(Q)$(TOOLS_PATH)/teensy_post_compile -file="$(basename $(<F))" -path="$(abspath $(<D))" -tools="$(TOOLS_PATH)" reboot: $(ECHO) "REBOOT" |
