add cargo fmt in Makefile, and exec make fmt
This commit is contained in:
parent
e87bb122a8
commit
ab99bc8c28
10 changed files with 36 additions and 40 deletions
|
@ -16,7 +16,7 @@ pub fn sys_yield() -> isize {
|
|||
0
|
||||
}
|
||||
|
||||
/// get current time
|
||||
/// get current time
|
||||
pub fn sys_get_time() -> isize {
|
||||
get_time_ms() as isize
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue