mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
net/Kconfig: Uncomment the prompt of NET_SLIP_PKTSIZE
This commit is contained in:
@@ -99,8 +99,6 @@
|
|||||||
|
|
||||||
#if CONFIG_NET_SLIP_PKTSIZE < 296
|
#if CONFIG_NET_SLIP_PKTSIZE < 296
|
||||||
# error "CONFIG_NET_SLIP_PKTSIZE >= 296 is required"
|
# error "CONFIG_NET_SLIP_PKTSIZE >= 296 is required"
|
||||||
#elif CONFIG_NET_SLIP_PKTSIZE > 296
|
|
||||||
# warning "CONFIG_NET_SLIP_PKTSIZE == 296 is optimal"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* CONFIG_NET_SLIP_NINTERFACES determines the number of physical interfaces
|
/* CONFIG_NET_SLIP_NINTERFACES determines the number of physical interfaces
|
||||||
|
|||||||
+1
-1
@@ -61,7 +61,7 @@ config NET_ETH_PKTSIZE
|
|||||||
size 1514.
|
size 1514.
|
||||||
|
|
||||||
config NET_SLIP_PKTSIZE
|
config NET_SLIP_PKTSIZE
|
||||||
int # "SLIP packet buffer size"
|
int "SLIP packet buffer size"
|
||||||
default 296
|
default 296
|
||||||
depends on NET_SLIP
|
depends on NET_SLIP
|
||||||
range 296 1518
|
range 296 1518
|
||||||
|
|||||||
Reference in New Issue
Block a user