Skip to content

Commit 26c6bd2

Browse files
committed
MicroMod SAMD51 - correct SCL2
1 parent 6e36f30 commit 26c6bd2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

6565
// I2C2
6666
{ MP_ROM_QSTR(MP_QSTR_SDA2), MP_ROM_PTR(&pin_PA13) },
67-
{ MP_ROM_QSTR(MP_QSTR_SCL1), MP_ROM_PTR(&pin_PA12) },
67+
{ MP_ROM_QSTR(MP_QSTR_SCL2), MP_ROM_PTR(&pin_PA12) },
6868

6969
// SPI
7070
{ MP_ROM_QSTR(MP_QSTR_CIPO), MP_ROM_PTR(&pin_PA06) },

0 commit comments

Comments
 (0)