diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-12 17:08:18 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-12 17:09:42 -0800 |
| commit | 52f8e1cbf3b5f73985110cbdf2be829c7fe12d97 (patch) | |
| tree | ed7cbf5fe694e51fe57073011335f9cabb3baee6 | |
| parent | 3972bc19c7c788d5c587156aba39ea659decc420 (diff) | |
atmel-samd: Use bootloader again on the Metro M0
| -rw-r--r-- | atmel-samd/boards/metro_m0_flash/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/boards/metro_m0_flash/mpconfigboard.mk b/atmel-samd/boards/metro_m0_flash/mpconfigboard.mk index 4b508957d..8b6d61bbb 100644 --- a/atmel-samd/boards/metro_m0_flash/mpconfigboard.mk +++ b/atmel-samd/boards/metro_m0_flash/mpconfigboard.mk @@ -1,4 +1,4 @@ -LD_FILE = boards/samd21x18-external-flash.ld +LD_FILE = boards/samd21x18-bootloader-external-flash.ld USB_VID = 0x239A USB_PID = 0x8015 |
