mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
README: Fix application directory wording.
Fix two wording issues in the apps README. Signed-off-by: Old-Ding <ai.neo.ae86@gmail.com>
This commit is contained in:
parent
81accb0832
commit
3dc9bd4598
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ NuttX directory. Like:
|
||||||
|
|
||||||
If all of the above conditions are TRUE, then NuttX will be able to find the
|
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
|
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:
|
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
|
1) You can define `CONFIG_APPS_DIR` to be the full path to your application
|
||||||
|
|
@ -140,7 +140,7 @@ project. One must:
|
||||||
main()
|
main()
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Set the requirements in the file: `Makefile`, specially the lines:
|
4. Set the requirements in the file: `Makefile`, specifically the lines:
|
||||||
|
|
||||||
```makefile
|
```makefile
|
||||||
PROGNAME = progname
|
PROGNAME = progname
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue