You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh weird! Same. I wonder if it has to do with the embedded_hal feature gate on the SpiModeType that it should link to. It looks like SpiMode is missing entirely from the docs.
edit: There was a recent PR that, when the embedded-hal feature was enabled, it made that field's type an EH field that handles SPI mode. If not enabled, it uses a type native to this crate's SPI module. Maybe the docs is having a struggle with the feature-gates?
I have a strange issue with the docs at https://docs.rs/stm32-hal2/latest/stm32_hal2/spi/struct.SpiConfig.html
if i click "Mode"
i land to a "no result found" page.
not sure what is going on there, if a bug in the doc.rs or this project
The text was updated successfully, but these errors were encountered: