mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/; Change space to tab and help to ---help--- in Kconfig files.
This commit is contained in:
parent
ddd5a18b0c
commit
e829f047bc
12 changed files with 83 additions and 83 deletions
|
|
@ -14,17 +14,17 @@ if EXAMPLES_NETLOOP
|
|||
if NSH_BUILTIN_APPS
|
||||
|
||||
config EXAMPLES_NETLOOP_KEEPALIVE
|
||||
bool "Enable TCP KeepAlive test"
|
||||
default n
|
||||
depends on NET_TCP_KEEPALIVE
|
||||
bool "Enable TCP KeepAlive test"
|
||||
default n
|
||||
depends on NET_TCP_KEEPALIVE
|
||||
|
||||
config EXAMPLES_NETLOOP_STACKSIZE
|
||||
int "Loopback test stack size"
|
||||
default 2048
|
||||
int "Loopback test stack size"
|
||||
default 2048
|
||||
|
||||
config EXAMPLES_NETLOOP_PRIORITY
|
||||
int "Loopback test task priority"
|
||||
default 100
|
||||
int "Loopback test task priority"
|
||||
default 100
|
||||
|
||||
endif # NSH_BUILTIN_APPS
|
||||
endif # EXAMPLES_NETLOOP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue