Skip to content

Commit ded7cb1

Browse files
authored
Merge pull request #185 from pennam/fix-i2c-opta
opta: fix i2c1 pins conflicting with BLE hci
2 parents 9a063ae + 1b394df commit ded7cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/arduino_opta_stm32h747xx_m7/arduino_opta_stm32h747xx_m7.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
&i2c1 {
2525
status = "okay";
26-
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
26+
pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>;
2727
pinctrl-names = "default";
2828
clock-frequency = <I2C_BITRATE_FAST>;
2929
};

0 commit comments

Comments
 (0)