Skip to content

Commit 6fc09be

Browse files
committed
Fix docs.rs quadspi feature
1 parent 6ce89df commit 6fc09be

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
@@ -21,7 +21,7 @@ readme = "README.md"
2121
exclude = [".gitignore"]
2222

2323
[package.metadata.docs.rs]
24-
features = ["stm32h743v", "rt", "quadspi", "sdmmc", "fmc", "usb_hs", "rtc", "ethernet", "ltdc", "crc"]
24+
features = ["stm32h743v", "xspi", "sdmmc", "fmc", "usb_hs", "rtc", "ethernet", "ltdc", "crc"]
2525
targets = ["thumbv7em-none-eabihf"]
2626

2727
[dependencies]

0 commit comments

Comments
 (0)