Skip to content

Commit be3129a

Browse files
Update ports/atmel-samd/boards/seeeduino_xiao/pins.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent 6fd0643 commit be3129a

File tree

1 file changed

+0
-1
lines changed
  • ports/atmel-samd/boards/seeeduino_xiao

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2929
{ MP_ROM_QSTR(MP_QSTR_D8), MP_ROM_PTR(&pin_PA07) },
3030
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_PA05) },
3131
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_PA06) },
32-
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_PA17) }, // yellow_led
3332

3433
// UART pins
3534
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_PB08) },

0 commit comments

Comments
 (0)