Skip to content

Commit d467ef3

Browse files
bill88tdhalbert
andauthored
Remove unused pin-init for fbs3
It's co-commit time. Co-authored-by: Dan Halbert <[email protected]>
1 parent a37e60f commit d467ef3

File tree

1 file changed

+0
-15
lines changed
  • ports/espressif/boards/firebeetle2_esp32s3

1 file changed

+0
-15
lines changed

ports/espressif/boards/firebeetle2_esp32s3/board.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,4 @@
2626

2727
#include "supervisor/board.h"
2828

29-
// bool espressif_board_reset_pin_number(gpio_num_t pin_number) {
30-
// if (pin_number == 47) {
31-
// /*
32-
// * Turn on PWR by default,
33-
// * so that the board does not power off
34-
// * when usb is disconnected or
35-
// * the power button is released.
36-
// */
37-
// gpio_set_direction(pin_number, GPIO_MODE_DEF_OUTPUT);
38-
// gpio_set_level(pin_number, true);
39-
// return true;
40-
// }
41-
// return false;
42-
// }
43-
4429
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.

0 commit comments

Comments
 (0)