From 597bc576b3a85c04639bcab59ca2d8c427b45213 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Mon, 25 Dec 2023 13:19:18 +0000 Subject: [PATCH] Runs OK yay! --- examples/hello_nim/hello_nim_async.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_nim/hello_nim_async.nim b/examples/hello_nim/hello_nim_async.nim index b2d1e810c6..e87973228a 100644 --- a/examples/hello_nim/hello_nim_async.nim +++ b/examples/hello_nim/hello_nim_async.nim @@ -30,7 +30,7 @@ proc blink_led() = ## Sleep a while echo "Waiting..." - discard c_usleep(500 * 1000) + discard c_usleep(1000_000) ## Turn on LED echo "Set LED 0 to 0"