rp: Add an RngCore impl based on ROSC.RANDOMBIT
This has the potential to not be random, but it should not be an issue if default clock settings are used.
This commit is contained in:
@ -21,7 +21,7 @@ pub mod uart;
|
||||
#[cfg(feature = "nightly")]
|
||||
pub mod usb;
|
||||
|
||||
mod clocks;
|
||||
pub mod clocks;
|
||||
pub mod flash;
|
||||
mod reset;
|
||||
|
||||
|
Reference in New Issue
Block a user