Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Dec 26, 2023
1 parent 1970acb commit 8a1a6de
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
@@ -1,7 +1,7 @@
import std/strformat ## String Formatting

## Import NuttX Functions and Macros from C.
## 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
proc c_open(filename: cstring, mode: cint): cint {.
importc: "open", header: "<fcntl.h>",
nodecl.}
Expand Down

0 comments on commit 8a1a6de

Please sign in to comment.