mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +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
|
||||
#endif
|
||||
|
||||
#else
|
||||
# define SYS_nnetsocket __SYS_network
|
||||
#endif /* CONFIG_NET */
|
||||
|
||||
/* The following is defined only if CONFIG_TASK_NAME_SIZE > 0 */
|
||||
|
||||
#if CONFIG_TASK_NAME_SIZE > 0
|
||||
|
||||
Reference in New Issue
Block a user