Skip to content

Commit

Permalink
Update ports/espressif/boards/adafruit_feather_esp32s2/board.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert authored Oct 26, 2021
1 parent 037d893 commit c61ab86
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ports/espressif/boards/adafruit_feather_esp32s2/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ void board_init(void) {
// USB
common_hal_never_reset_pin(&pin_GPIO19);
common_hal_never_reset_pin(&pin_GPIO20);

// Debug UART
#ifdef DEBUG
common_hal_never_reset_pin(&pin_GPIO43);
common_hal_never_reset_pin(&pin_GPIO44);
#endif /* DEBUG */
}

bool board_requests_safe_mode(void) {
Expand Down

0 comments on commit c61ab86

Please sign in to comment.