Skip to content

Commit 952d6d9

Browse files
committed
Restrict spi example to stm32f303xc
AF6 is not available for gpio-f333
1 parent 253714c commit 952d6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ required-features = ["ld", "stm32f303xc", "usb"]
175175

176176
[[example]]
177177
name = "spi"
178-
required-features = ["ld", "stm32f303"]
178+
required-features = ["ld", "stm32f303xc"]
179179

180180
[[example]]
181181
name = "can"

0 commit comments

Comments
 (0)