Skip to content

Commit 40a3d11

Browse files
authored
Merge pull request #3535 from ladyada/main
fix for #3534
2 parents c7d87ce + 70a94c8 commit 40a3d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/atmel-samd/boards/matrixportal_m4/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#define MICROPY_PORT_C (0)
1616
#define MICROPY_PORT_D (0)
1717

18-
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
19-
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
18+
#define DEFAULT_I2C_BUS_SCL (&pin_PB30)
19+
#define DEFAULT_I2C_BUS_SDA (&pin_PB31)
2020

2121
#define DEFAULT_SPI_BUS_SCK (&pin_PA16)
2222
#define DEFAULT_SPI_BUS_MOSI (&pin_PA19)

0 commit comments

Comments
 (0)