diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-16 14:55:53 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-16 14:55:53 -0700 |
| commit | 3e23464b1ed11710714a4d6eaa98c2c84ec6f4dd (patch) | |
| tree | 2ab279fa2858ec5a7bb0435dcb5303137e523a60 /atmel-samd/Makefile | |
| parent | c7efd2cae963b4db7e8b589cf20207ef7639b303 (diff) | |
atmel-samd: Add user initiated safe mode and rework board.c for
board specific functionality.
Fixes #155
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 e7de4aede..fbd89cc5a 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -210,7 +210,7 @@ SRC_C = \ asf/sam0/utils/cmsis/samd21/source/gcc/startup_samd21.c \ asf/sam0/utils/cmsis/samd21/source/system_samd21.c \ asf/sam0/utils/syscalls/gcc/syscalls.c \ - boards/$(BOARD)/init.c \ + boards/$(BOARD)/board.c \ boards/$(BOARD)/pins.c \ freetouch/adafruit_ptc.c \ lib/fatfs/ff.c \ |
