Skip to content

Commit 162954a

Browse files
authored
Merge pull request #5162 from rpavlik/patch-1
cp_sapling_m0_revb: board.UART not board.uart
2 parents abe8638 + a77e269 commit 162954a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4949

5050
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
5151
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
52-
{ MP_ROM_QSTR(MP_QSTR_uart), MP_ROM_PTR(&board_uart_obj) },
52+
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
5353
};
5454
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)