mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 06:03:12 +00:00
Standardize naming of all SLIP configuration options
This commit is contained in:
parent
3cb9af4dd9
commit
2e25cd0639
1 changed files with 3 additions and 3 deletions
|
|
@ -510,9 +510,9 @@ CONFIG_NET_GUARDSIZE=2
|
|||
#
|
||||
# CONFIG_NET_MULTILINK is not set
|
||||
# CONFIG_NET_ETHERNET is not set
|
||||
CONFIG_SLIP_NINTERFACES=1
|
||||
CONFIG_SLIP_STACKSIZE=2048
|
||||
CONFIG_SLIP_DEFPRIO=128
|
||||
CONFIG_NET_SLIPNINTERFACES=1
|
||||
CONFIG_NET_SLIPSTACKSIZE=2048
|
||||
CONFIG_NET_SLIPDEFPRIO=128
|
||||
# CONFIG_NET_TUN is not set
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue