Skip to content

Commit a2da571

Browse files
glenn-andrewskartben
authored andcommitted
boards: disco_l475_iot1: fix arduino_i2c assignment
0f05f58 assigned the `arduino_i2c` to the incorrect pins for the Arduino UNO connector. This assigns them back. signed-off-by: Glenn Andrews <[email protected]>
1 parent 70a787c commit a2da571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/disco_l475_iot1/arduino_r3_connector.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
};
3636
};
3737

38-
arduino_i2c: &i2c3 {};
38+
arduino_i2c: &i2c1 {};
3939
arduino_spi: &spi1 {};
4040
arduino_serial: &uart4 {};

0 commit comments

Comments
 (0)