Skip to content

Commit 1c58d7c

Browse files
committed
Change the comment type
1 parent e9bb5cf commit 1c58d7c

File tree

1 file changed

+1
-3
lines changed
  • ports/espressif/boards/makergo_esp32c6_supermini

1 file changed

+1
-3
lines changed

ports/espressif/boards/makergo_esp32c6_supermini/board.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
bool espressif_board_reset_pin_number(gpio_num_t pin_number) {
1414
if (pin_number == 15) {
15-
/*
16-
* Turn on the spare led on boot as a power indicator
17-
*/
15+
// Turn on the spare led on boot as a power indicator.
1816
config_pin_as_output_with_level(pin_number, true);
1917
return true;
2018
}

0 commit comments

Comments
 (0)