Skip to content

Commit 6fd0643

Browse files
committed
Remove trailing white space
1 parent d7ef8f1 commit 6fd0643

File tree

1 file changed

+2
-3
lines changed
  • ports/atmel-samd/boards/seeeduino_xiao

1 file changed

+2
-3
lines changed

ports/atmel-samd/boards/seeeduino_xiao/pins.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4747
// LED pins ... note XIAO is wired so high/1/True turns LED OFF
4848
// low/0/False turns LED ON
4949
// duplicate names for test LED ... see D13
50-
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PA17) }, //
51-
{ MP_ROM_QSTR(MP_QSTR_YELLOW_LED), MP_ROM_PTR(&pin_PA17) },
50+
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PA17) },
51+
{ MP_ROM_QSTR(MP_QSTR_YELLOW_LED), MP_ROM_PTR(&pin_PA17) },
5252
// 2 blue LEDs ... uart rx/tx indicator is default use
5353
{ MP_ROM_QSTR(MP_QSTR_RX_LED), MP_ROM_PTR(&pin_PA18) },
5454
{ MP_ROM_QSTR(MP_QSTR_TX_LED), MP_ROM_PTR(&pin_PA19) },
5555
// create duplicate mappings with BLUE in name
5656
{ MP_ROM_QSTR(MP_QSTR_BLUE1_LED), MP_ROM_PTR(&pin_PA18) },
5757
{ MP_ROM_QSTR(MP_QSTR_BLUE2_LED), MP_ROM_PTR(&pin_PA19) },
58-
5958

6059
// Comm objects
6160
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },

0 commit comments

Comments
 (0)