stm32: add draft spi trait (#130)
This commit is contained in:
@ -109,7 +109,7 @@ pub mod rtc;
|
||||
feature = "stm32f469",
|
||||
feature = "stm32f479",
|
||||
))]
|
||||
pub use f4::serial;
|
||||
pub use f4::{serial, spi};
|
||||
|
||||
#[cfg(any(
|
||||
feature = "stm32f401",
|
||||
|
Reference in New Issue
Block a user