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.
1 parent 75cb1d1 commit c846f4bCopy full SHA for c846f4b
ports/atmel-samd/boards/arduino_zero/pins.c
@@ -34,6 +34,5 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
34
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_PA12) },
35
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
36
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
37
-
38
};
39
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
0 commit comments