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 e9bb5cf commit 1c58d7cCopy full SHA for 1c58d7c
ports/espressif/boards/makergo_esp32c6_supermini/board.c
@@ -12,9 +12,7 @@
12
13
bool espressif_board_reset_pin_number(gpio_num_t pin_number) {
14
if (pin_number == 15) {
15
- /*
16
- * Turn on the spare led on boot as a power indicator
17
- */
+ // Turn on the spare led on boot as a power indicator.
18
config_pin_as_output_with_level(pin_number, true);
19
return true;
20
}
0 commit comments