diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-12 16:45:38 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-12 16:45:38 -0700 |
| commit | 7672bf773637b008f4e5a334bcbd0a91c5ac95b2 (patch) | |
| tree | ba3cd8749cb93b83d922b4bcaa5996847ccee9ad /atmel-samd/Makefile | |
| parent | e0f931afd3268229a291c5c8a2bef12bde697da3 (diff) | |
atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physical reset buttons.
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 806948105..f4fcbf9a3 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -180,7 +180,7 @@ SRC_ASF = $(addprefix asf/sam0/,\ SRC_C = \ access_vfs.c \ - autoreset.c \ + autoreload.c \ builtin_open.c \ fatfs_port.c \ main.c \ |
