diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-10-14 12:52:38 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-10-14 13:10:16 -0700 |
| commit | 343ff4faed9ec03c03382022e9c32c5d411ed6a9 (patch) | |
| tree | 3b31535b15b1f626a9f6c5dcae77252e120350ec /atmel-samd | |
| parent | c69ea1a14395119a19780f5e95e2a236ed924d81 (diff) | |
atmel-samd: Make the Arduino Zero build use a bootloader.
Diffstat (limited to 'atmel-samd')
| -rw-r--r-- | atmel-samd/boards/arduino_zero/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/boards/arduino_zero/mpconfigboard.mk b/atmel-samd/boards/arduino_zero/mpconfigboard.mk index 2ac97a332..1b9956932 100644 --- a/atmel-samd/boards/arduino_zero/mpconfigboard.mk +++ b/atmel-samd/boards/arduino_zero/mpconfigboard.mk @@ -1,3 +1,3 @@ -LD_FILE = boards/samd21x18.ld +LD_FILE = boards/samd21x18-bootloader.ld USB_VID = 0x2341 USB_PID = 0x824D |
