We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564f9cf commit 76c0115Copy full SHA for 76c0115
src/spi.rs
@@ -501,6 +501,7 @@ mod interrupts {
501
// generated an enum-number for that. The RM0365 does also not list it as an interrupt.
502
// Strangly though, the Stm32CubeMx program let's us choose to enable the NVIC
503
// interrupt. This is probably a documentation bug.
504
+ #[allow(unused)]
505
pub(crate) const SPI4: Interrupt = Interrupt::SPI3;
506
} else if #[cfg(feature = "gpio-f303e")] {
507
pub(crate) const SPI4: Interrupt = Interrupt::SPI4;
0 commit comments