Refactor
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//! Example user processes used for testing and demonstrations.
|
||||
//!
|
||||
//! Provides a couple of simple user-space loops used to exercise syscalls
|
||||
//! and the scheduler.
|
||||
use core::time::Duration;
|
||||
|
||||
use shared::syscall::{sleep, write_int_temp, write_string_temp};
|
||||
|
||||
Reference in New Issue
Block a user