shorten board.c
This commit is contained in:
parent
d31acdef6c
commit
296960dd89
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue