diff options
| author | Sean Cross <sean@xobs.io> | 2023-07-31 17:12:31 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2023-08-22 20:25:38 +0800 |
| commit | efa470d0ae6707facf608500c2f7417312dd0f29 (patch) | |
| tree | ffcfbf26dbfe2bfed415d61f921e8fa8f85b44a0 /library/std/src/sys/xous/mod.rs | |
| parent | 4af7d2cf8d452d72d836ef316c01ceaebd6387bf (diff) | |
| download | rust-efa470d0ae6707facf608500c2f7417312dd0f29.tar.gz rust-efa470d0ae6707facf608500c2f7417312dd0f29.zip | |
std: xous: add support for time
Add support for determining the current time. This connects to the ticktimer server in order to get the system uptime. Signed-off-by: Sean Cross <sean@xobs.io>
Diffstat (limited to 'library/std/src/sys/xous/mod.rs')
| -rw-r--r-- | library/std/src/sys/xous/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/xous/mod.rs b/library/std/src/sys/xous/mod.rs index 6a5b9fdd08d..1b59cc632c6 100644 --- a/library/std/src/sys/xous/mod.rs +++ b/library/std/src/sys/xous/mod.rs @@ -33,7 +33,6 @@ pub mod thread; pub mod thread_local_key; #[path = "../unsupported/thread_parking.rs"] pub mod thread_parking; -#[path = "../unsupported/time.rs"] pub mod time; #[path = "../unsupported/common.rs"] |
