From 94ed7bbaa739995a9815b5f1c916d9e24575368c Mon Sep 17 00:00:00 2001 From: olpc user Date: Thu, 26 Dec 2019 16:34:28 -0800 Subject: level2 compiles, nothing visible yet --- starts/meaning-vm/habit-starts/rhythm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/habit-starts') diff --git a/starts/meaning-vm/habit-starts/rhythm.cpp b/starts/meaning-vm/habit-starts/rhythm.cpp index 72626d6..01a42d9 100644 --- a/starts/meaning-vm/habit-starts/rhythm.cpp +++ b/starts/meaning-vm/habit-starts/rhythm.cpp @@ -119,7 +119,7 @@ int main() #endif ahabit(wait-habit, (), { - usleep(micros); + sugar::usleep(micros); }); (keep-doing-habit)(start-beat); -- cgit v1.2.3