We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b728a22 commit 4a175b6Copy full SHA for 4a175b6
ports/espressif/boards/espressif_esp32s3_devkitc_1_n8r8_hacktablet/board.c
@@ -77,11 +77,6 @@ static void display_init(void) {
77
}
78
79
void board_init(void) {
80
- // Debug UART
81
- #ifdef DEBUG
82
- common_hal_never_reset_pin(&pin_GPIO43);
83
- common_hal_never_reset_pin(&pin_GPIO44);
84
- #endif
85
display_init();
86
87
ports/espressif/boards/makerfabs_tft7/board.c
@@ -98,11 +98,6 @@ static void display_init(void) {
98
99
100
101
102
103
104
105
106
107
108
0 commit comments