Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NuttX directory. Like:

If all of the above conditions are TRUE, then NuttX will be able to find the
application directory. If your application directory has a different name or is
location at a different position, then you will have to inform the NuttX build
located at a different position, then you will have to inform the NuttX build
system of that location. There are several ways to do that:

1) You can define `CONFIG_APPS_DIR` to be the full path to your application
Expand Down Expand Up @@ -140,7 +140,7 @@ project. One must:
main()
```

4. Set the requirements in the file: `Makefile`, specially the lines:
4. Set the requirements in the file: `Makefile`, specifically the lines:

```makefile
PROGNAME = progname
Expand Down
Loading