Skip to content

Commit cb0d110

Browse files
committed
Fix example not compiling due to moved default i2c pins
1 parent e689abd commit cb0d110

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,7 @@ required-features = ["rt"]
125125
[[example]]
126126
name = "usb_serial"
127127
required-features = ["rt", "stm32l4x2", "stm32-usbd"]
128+
129+
[[example]]
130+
name = "i2c_write"
131+
required-features = ["stm32l4x1"]

0 commit comments

Comments
 (0)