mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
Networking: Fix typo in netconfig.h
This commit is contained in:
committed by
Gregory Nutt
parent
570904375a
commit
cf5d1cb00d
@@ -590,7 +590,7 @@
|
||||
# define __LOOP_MIN_TCP_MSS(h) MIN(LO_TCP_MSS(h),__6LOWPAN_MIN_TCP_MSS(h))
|
||||
# define __LOOP_MAX_TCP_MSS(h) MAX(LO_TCP_MSS(h),__6LOWPAN_MAX_TCP_MSS(h))
|
||||
# else
|
||||
# define __LOOP_MIN_TCP_MSS(h) _6LOWPAN_MIN_TCP_MSS(h)
|
||||
# define __LOOP_MIN_TCP_MSS(h) __6LOWPAN_MIN_TCP_MSS(h)
|
||||
# define __LOOP_MAX_TCP_MSS(h) __6LOWPAN_MAX_TCP_MSS(h)
|
||||
# endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user