We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abe8638 + a77e269 commit 162954aCopy full SHA for 162954a
ports/atmel-samd/boards/cp_sapling_m0_revb/pins.c
@@ -49,6 +49,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
49
50
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
51
{ 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) },
+ { MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
53
};
54
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
0 commit comments