diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-09-20 15:16:12 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-09-20 15:16:12 -0700 |
| commit | 005122e5818ae66adadea0045be7a72461be8edf (patch) | |
| tree | 7d388e84d4c0383fe0b70db1b0fcb550649931f3 /atmel-samd/Makefile | |
| parent | 0cae6b8e685d7fda46ef0a31269d9af750eadb00 (diff) | |
atmel-samd: Remove path specific to me.
Diffstat (limited to 'atmel-samd/Makefile')
| -rw-r--r-- | atmel-samd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/Makefile b/atmel-samd/Makefile index 623e7827f..59239ef2c 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -23,7 +23,7 @@ include ../py/py.mk CROSS_COMPILE = arm-none-eabi- -BOSSAC := /Users/tannewt/ArduinoCore-samd/tools/bossac_osx +BOSSAC := tools/bossac_osx HAL_DIR=hal/$(MCU_SERIES) |
