Continuing to update clocks (unused now) and SPI

This commit is contained in:
Bob McWhirter
2021-05-12 10:46:18 -04:00
parent 7d52e1b350
commit 36c16dbef8
86 changed files with 7131 additions and 6906 deletions

View File

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