Skip to content

Commit

Permalink
Runs OK yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Dec 25, 2023
1 parent 36bd4aa commit 597bc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_nim/hello_nim_async.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 597bc57

Please sign in to comment.