Stub in RNG impl.
This commit is contained in:
@ -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};
|
||||
|
Reference in New Issue
Block a user