We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bac02 commit 810a705Copy full SHA for 810a705
README.md
@@ -193,7 +193,7 @@ This is how we Blink an LED with Nim on NuttX: [hello_nim_async.nim](https://git
193
import std/strformat ## String Formatting
194
195
## Import NuttX Functions and Macros from C.
196
-## Based on /home/vscode/.choosenim/toolchains/nim-#devel/lib/std/syncio.nim
+## Based on https://github.com/nim-lang/Nim/blob/devel/lib/std/syncio.nim
197
proc c_open(filename: cstring, mode: cint): cint {.
198
importc: "open", header: "<fcntl.h>",
199
nodecl.}
0 commit comments