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) {
42
42
return false;
43
43
}
44
44
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 18
18
// For entering safe mode, use BOOT button
19
19
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO9)
20
20
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
7
7
CIRCUITPY_ESP_FLASH_FREQ = 80m
8
8
CIRCUITPY_ESP_FLASH_SIZE = 4MB
9
9
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