Skip to content

Commit 2198b1a

Browse files
authored
Update mpconfigboard.h
1 parent 0189b80 commit 2198b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#define MICROPY_PORT_B (0)
99
#define MICROPY_PORT_C (0)
1010

11-
#define DEFAULT_I2C_BUS_SCL (&pin_PA22)
12-
#define DEFAULT_I2C_BUS_SDA (&pin_PA23)
11+
#define DEFAULT_I2C_BUS_SDA (&pin_PA22)
12+
#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
1313

1414
#define DEFAULT_SPI_BUS_SCK (&pin_PB11)
1515
#define DEFAULT_SPI_BUS_MOSI (&pin_PB10)

0 commit comments

Comments
 (0)