Stub in RNG impl.

This commit is contained in:
Bob McWhirter
2021-04-26 14:11:46 -04:00
parent dc919c236d
commit 0713947d67
270 changed files with 20330 additions and 2 deletions

View File

@ -20,6 +20,9 @@ pub mod gpio;
#[macro_use]
pub mod usart;
#[macro_use]
pub mod rng;
// This must go LAST so that it sees the `impl_foo!` macros
mod chip;
pub use chip::{peripherals, Peripherals};