time_lin.v: f64

pull/621/head
Alexander Medvednikov 2019-06-25 22:20:51 +02:00
parent f3f24b25bb
commit c545bc62a7
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
module time
// in ms
fn ticks() double {
return double(0)
fn ticks() f64 {
return f64(0)
}
fn sleep(seconds int) {