diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-10-14 13:01:59 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-10-14 13:10:17 -0700 |
| commit | cb99ae50328de982244ed5cd486ccd57f5bd93bd (patch) | |
| tree | 37105fe22077ff0092ed7dfe285c0c7684291db5 /atmel-samd/boards/feather_m0_basic/init.c | |
| parent | 343ff4faed9ec03c03382022e9c32c5d411ed6a9 (diff) | |
atmel-samd: Rename Feather M0 Bluefruit files to Feather M0 Basic because there isn't anything Bluefruit specific yet.v1.8.4-20161014
Diffstat (limited to 'atmel-samd/boards/feather_m0_basic/init.c')
| -rw-r--r-- | atmel-samd/boards/feather_m0_basic/init.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/atmel-samd/boards/feather_m0_basic/init.c b/atmel-samd/boards/feather_m0_basic/init.c new file mode 100644 index 000000000..88608c0fb --- /dev/null +++ b/atmel-samd/boards/feather_m0_basic/init.c @@ -0,0 +1,20 @@ +/** + * \file + * + * \brief User board initialization template + * + */ +/* + * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a> + */ + +#include "board.h" +#include "conf_board.h" + +void board_init(void) +{ + /* This function is meant to contain board-specific initialization code + * for, e.g., the I/O pins. The initialization can rely on application- + * specific board configuration, found in conf_board.h. + */ +} |
