Skip to content

Commit

Permalink
shorten board.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Oct 6, 2022
1 parent d31acde commit 296960d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ports/espressif/boards/espressif_esp32s2_devkitc_1_n8r2/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 296960d

Please sign in to comment.