mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-12 20:58:34 +08:00
Update doc
This commit is contained in:
parent
c8379d7c5f
commit
e14ab17bce
1 changed files with 1 additions and 1 deletions
|
@ -3011,7 +3011,7 @@ We copied and modified these GCC Compiler Options for Zig.
|
|||
|
||||
_What about `-D__NuttX__`?_
|
||||
|
||||
The Zig Compiler won't let us specify C Macros at the Command Line, so we inserted the macro `__NuttX__` into the Zig App...
|
||||
The Zig Compiler won't let us specify C Macros at the Command Line, so we defined the macro `__NuttX__` in our Zig App...
|
||||
|
||||
https://github.com/lupyuen/pinephone-nuttx/blob/2d938b9f09a165c0ff82b5dbbb12f1c4c6db61f2/display.zig#L27-L42
|
||||
|
||||
|
|
Loading…
Reference in a new issue