mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
net: Fix RNDIS compilation error
The minimum value to CONFIG_NET_LL_GUARDSIZE work with USB RNDIS support is 50.
This commit is contained in:
committed by
Xiang Xiao
parent
e28fcbd777
commit
4741ef7ca7
@@ -119,6 +119,7 @@ config NET_GUARDSIZE
|
||||
|
||||
config NET_LL_GUARDSIZE
|
||||
int "Data Link Layer(L2) Guard size of Network buffer(IOB)"
|
||||
default 50 if RNDIS
|
||||
default 16 if NET_CAN && NET_TIMESTAMP
|
||||
default 14 if NET_ETHERNET
|
||||
default 0
|
||||
|
||||
Reference in New Issue
Block a user