shorten board.c

This commit is contained in:
Dan Halbert 2022-10-05 20:23:19 -04:00
parent d31acdef6c
commit 296960dd89
1 changed files with 1 additions and 10 deletions

View File

@ -36,13 +36,4 @@ void board_init(void) {
#endif /* DEBUG */
}
bool board_requests_safe_mode(void) {
return false;
}
void reset_board(void) {
}
void board_deinit(void) {
}
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.