Skip to content

Commit 476a667

Browse files
Fix: Trailing Whitespace Issue
1 parent 878f3c7 commit 476a667

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

ports/espressif/boards/seeed_xiao_esp32c6/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@
1717

1818
// For entering safe mode, use BOOT button
1919
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO9)
20-
21-
// Explanation of how a user got into safe mode

ports/espressif/boards/seeed_xiao_esp32c6/pins.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3434

3535
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_GPIO18) },
3636
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_GPIO18) },
37-
37+
3838
{ MP_ROM_QSTR(MP_QSTR_A4), MP_ROM_PTR(&pin_GPIO4) },
3939
{ MP_ROM_QSTR(MP_QSTR_MTMS), MP_ROM_PTR(&pin_GPIO4) },
4040
{ MP_ROM_QSTR(MP_QSTR_LP_UART_RXD), MP_ROM_PTR(&pin_GPIO4) },
41-
41+
4242
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_GPIO5) },
4343
{ MP_ROM_QSTR(MP_QSTR_MTDI), MP_ROM_PTR(&pin_GPIO5) },
4444
{ MP_ROM_QSTR(MP_QSTR_LP_UART_TXD), MP_ROM_PTR(&pin_GPIO5) },
45-
45+
4646
{ MP_ROM_QSTR(MP_QSTR_A6), MP_ROM_PTR(&pin_GPIO6) },
4747
{ MP_ROM_QSTR(MP_QSTR_MTCK), MP_ROM_PTR(&pin_GPIO6) },
4848
{ MP_ROM_QSTR(MP_QSTR_LP_I2C_SDA), MP_ROM_PTR(&pin_GPIO6) },
49-
49+
5050
{ MP_ROM_QSTR(MP_QSTR_MTDO), MP_ROM_PTR(&pin_GPIO7) },
5151
{ MP_ROM_QSTR(MP_QSTR_LP_I2C_SCL), MP_ROM_PTR(&pin_GPIO7) },
5252

0 commit comments

Comments
 (0)