File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ports/espressif/boards/seeed_xiao_esp32c6 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ bool espressif_board_reset_pin_number(gpio_num_t pin_number) {
4242 return false;
4343}
4444
45- // Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
45+ // Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
Original file line number Diff line number Diff line change 1818// For entering safe mode, use BOOT button
1919#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO9)
2020
21- // Explanation of how a user got into safe mode
21+ // Explanation of how a user got into safe mode
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ CIRCUITPY_ESP_FLASH_MODE = qio
77CIRCUITPY_ESP_FLASH_FREQ = 80m
88CIRCUITPY_ESP_FLASH_SIZE = 4MB
99
10- CIRCUITPY_ESP_USB_SERIAL_JTAG = 1
10+ CIRCUITPY_ESP_USB_SERIAL_JTAG = 1
You can’t perform that action at this time.
0 commit comments