Further improvement to SPIv2.

This commit is contained in:
Bob McWhirter
2021-05-12 14:18:42 -04:00
parent 36c16dbef8
commit 07db3ed7c1
2 changed files with 121 additions and 33 deletions

View File

@ -23,7 +23,7 @@ pub mod usart;
// This must go LAST so that it sees the `impl_foo!` macros
mod pac;
mod time;
pub mod time;
pub use embassy_macros::interrupt;
pub use pac::{interrupt, peripherals, Peripherals};