diff options
Diffstat (limited to 'atmel-samd/boards/feather_m0_express/board.c')
| -rw-r--r-- | atmel-samd/boards/feather_m0_express/board.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atmel-samd/boards/feather_m0_express/board.c b/atmel-samd/boards/feather_m0_express/board.c index 06e67e11c..1ecbe167c 100644 --- a/atmel-samd/boards/feather_m0_express/board.c +++ b/atmel-samd/boards/feather_m0_express/board.c @@ -33,3 +33,6 @@ void board_init(void) bool board_requests_safe_mode(void) { return false; } + +void reset_board(void) { +} |
