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"