mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
examples/nettest/: Loopback option shoudl be available in Kconfig for PktRadio.
This commit is contained in:
@@ -39,7 +39,7 @@ config EXAMPLES_NETTEST_PRIORITY1
|
|||||||
config EXAMPLES_NETTEST_LOOPBACK
|
config EXAMPLES_NETTEST_LOOPBACK
|
||||||
bool "Loopback test"
|
bool "Loopback test"
|
||||||
default n
|
default n
|
||||||
depends on NET_LOOPBACK || IEEE802154_LOOPBACK
|
depends on NET_LOOPBACK || IEEE802154_LOOPBACK || PKTRADIO_LOOPBACK
|
||||||
---help---
|
---help---
|
||||||
Perform the test using the local loopback device. In this case,
|
Perform the test using the local loopback device. In this case,
|
||||||
both the client and the server reside on the target.
|
both the client and the server reside on the target.
|
||||||
|
Reference in New Issue
Block a user