mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
Fix errors and omissions in last checkin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5451 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -117,7 +117,7 @@ applicable everywhere (see syntax).
|
||||
This attribute is only applicable to menu blocks, if the condition is
|
||||
false, the menu block is not displayed to the user (the symbols
|
||||
contained there can still be selected by other symbols, though). It is
|
||||
similar to a conditional "prompt" attribude for individual menu
|
||||
similar to a conditional "prompt" attribute for individual menu
|
||||
entries. Default value of "visible" is true.
|
||||
|
||||
- numerical ranges: "range" <symbol> <symbol> ["if" <expr>]
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ mainmenu "Nuttx/$ARCH Configuration"
|
||||
|
||||
config APPSDIR
|
||||
string
|
||||
default "../apps"
|
||||
option env="APPSDIR"
|
||||
|
||||
# This is a temporary kludge to let the build system know that we are using the new
|
||||
# configuration system
|
||||
|
||||
Reference in New Issue
Block a user