mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/ping/Kconfig: Fix Kconfig style
Remove spaces from Kconfig file
This commit is contained in:
parent
a60a5567f4
commit
c356fe92bc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ config NETUTILS_PING
|
|||
send the ICMP ECHO_REQUEST and wait for the ICMP ECHO_RESPONSE from
|
||||
the remote peer.
|
||||
|
||||
config NETUTILS_PING6
|
||||
config NETUTILS_PING6
|
||||
bool "ICMPv6 ping support"
|
||||
default n
|
||||
depends on NET_ICMPv6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue