Skip to content

Commit 810a705

Browse files
authored
LED Driver blinks LED yay!
1 parent 94bac02 commit 810a705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ This is how we Blink an LED with Nim on NuttX: [hello_nim_async.nim](https://git
193193
import std/strformat ## String Formatting
194194
195195
## Import NuttX Functions and Macros from C.
196-
## Based on /home/vscode/.choosenim/toolchains/nim-#devel/lib/std/syncio.nim
196+
## Based on https://github.com/nim-lang/Nim/blob/devel/lib/std/syncio.nim
197197
proc c_open(filename: cstring, mode: cint): cint {.
198198
importc: "open", header: "<fcntl.h>",
199199
nodecl.}

0 commit comments

Comments
 (0)