Create a tock environment

This commit is contained in:
Julien Cretin
2022-03-03 10:10:56 +01:00
committed by Julien Cretin
parent 6b8523ba93
commit 7d39d4e2e8
3 changed files with 46 additions and 31 deletions

1
src/env/mod.rs vendored
View File

@@ -4,6 +4,7 @@ use crypto::rng256::Rng256;
#[cfg(feature = "std")]
pub mod test;
pub mod tock;
pub trait UserPresence {
/// Blocks for user presence.