Skip to content

Commit 611185e

Browse files
update
1 parent a6499b4 commit 611185e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ports/espressif/boards/seeed_xiao_esp32c6/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

ports/espressif/boards/seeed_xiao_esp32c6/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
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

ports/espressif/boards/seeed_xiao_esp32c6/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ CIRCUITPY_ESP_FLASH_MODE = qio
77
CIRCUITPY_ESP_FLASH_FREQ = 80m
88
CIRCUITPY_ESP_FLASH_SIZE = 4MB
99

10-
CIRCUITPY_ESP_USB_SERIAL_JTAG = 1
10+
CIRCUITPY_ESP_USB_SERIAL_JTAG = 1

0 commit comments

Comments
 (0)