Skip to content

Commit 9cde8a2

Browse files
committed
MicroMod SAMD51 - correct I2C_INT pin
1 parent 26c6bd2 commit 9cde8a2

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
@@ -60,7 +60,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
6060
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_PA16) },
6161
{ MP_ROM_QSTR(MP_QSTR_SCL1), MP_ROM_PTR(&pin_PA16) },
6262

63-
{ MP_ROM_QSTR(MP_QSTR_I2C_INT), MP_ROM_PTR(&pin_PB18) },
63+
{ MP_ROM_QSTR(MP_QSTR_I2C_INT), MP_ROM_PTR(&pin_PA18) },
6464

6565
// I2C2
6666
{ MP_ROM_QSTR(MP_QSTR_SDA2), MP_ROM_PTR(&pin_PA13) },

0 commit comments

Comments
 (0)