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/conf_board.h | |
| 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/conf_board.h')
| -rw-r--r-- | atmel-samd/boards/feather_m0_basic/conf_board.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/atmel-samd/boards/feather_m0_basic/conf_board.h b/atmel-samd/boards/feather_m0_basic/conf_board.h new file mode 100644 index 000000000..7b88c97fc --- /dev/null +++ b/atmel-samd/boards/feather_m0_basic/conf_board.h @@ -0,0 +1,14 @@ +/** + * \file + * + * \brief User board configuration template + * + */ +/* + * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a> + */ + +#ifndef CONF_BOARD_H +#define CONF_BOARD_H + +#endif // CONF_BOARD_H |
