Commit b45ca8df authored by Glenn Andrews's avatar Glenn Andrews Committed by Henrik Brix Andersen
Browse files

boards: disco_l475_iot1: fix arduino_i2c assignment

https://github.com/zephyrproject-rtos/zephyr/commit/0f05f58bf51b1fa74413cac4522306321a1ecd2e

 assigned the `arduino_i2c` to the incorrect pins for the Arduino UNO connector. This assigns them back.

signed-off-by: default avatarGlenn Andrews <glenn.andrews.42@gmail.com>
(cherry picked from commit a2da5711)
parent 9a69db72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@
	};
};

arduino_i2c: &i2c3 {};
arduino_i2c: &i2c1 {};
arduino_spi: &spi1 {};
arduino_serial: &uart4 {};