MicroMod SAMD51 - correct SCL2

This commit is contained in:
George White 2021-06-03 05:39:09 -04:00
parent 6e36f30d9f
commit 26c6bd2346
No known key found for this signature in database
GPG Key ID: 8720EF8A5CA44390
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
// I2C2
{ MP_ROM_QSTR(MP_QSTR_SDA2), MP_ROM_PTR(&pin_PA13) },
{ MP_ROM_QSTR(MP_QSTR_SCL1), MP_ROM_PTR(&pin_PA12) },
{ MP_ROM_QSTR(MP_QSTR_SCL2), MP_ROM_PTR(&pin_PA12) },
// SPI
{ MP_ROM_QSTR(MP_QSTR_CIPO), MP_ROM_PTR(&pin_PA06) },