mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Fix a confitional compilation error introduced with the last commit
This commit is contained in:
@@ -435,10 +435,6 @@
|
|||||||
# define SYS_nnetsocket __SYS_network
|
# define SYS_nnetsocket __SYS_network
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
|
||||||
# define SYS_nnetsocket __SYS_network
|
|
||||||
#endif /* CONFIG_NET */
|
|
||||||
|
|
||||||
/* The following is defined only if CONFIG_TASK_NAME_SIZE > 0 */
|
/* The following is defined only if CONFIG_TASK_NAME_SIZE > 0 */
|
||||||
|
|
||||||
#if CONFIG_TASK_NAME_SIZE > 0
|
#if CONFIG_TASK_NAME_SIZE > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user