mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 16:22:23 +08:00
Some fixes for typos in recent changes to Kconfig files
This commit is contained in:
@@ -316,6 +316,12 @@
|
||||
|
||||
# ifndef CONFIG_NET_TCP_WRITE_BUFSIZE
|
||||
# define CONFIG_NET_TCP_WRITE_BUFSIZE UIP_TCP_MSS
|
||||
# endif
|
||||
|
||||
/* The size of the write buffer should not exceed the maximum TCP MSS */
|
||||
|
||||
# if CONFIG_NET_TCP_WRITE_BUFSIZE > UIP_TCP_MSS
|
||||
# error CONFIG_NET_TCP_WRITE_BUFSIZE must not exceed UIP_TCP_MSS
|
||||
# endif
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user