Skip to content

Commit 949f87f

Browse files
authored
Update pins.c
1 parent 3db7f27 commit 949f87f

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/boards/xinabox_cs11

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
1515
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_PA12) },
1616
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
1717
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
18-
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
18+
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) }
1919
};
2020
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)