Fix compile error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3191 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
1e05f80f58
commit
78f1704737
@ -296,7 +296,7 @@ extern int nsh_romfsetc(void);
|
|||||||
#ifdef CONFIG_NET
|
#ifdef CONFIG_NET
|
||||||
extern int nsh_netinit(void);
|
extern int nsh_netinit(void);
|
||||||
#else
|
#else
|
||||||
# define nsh_netinit()
|
# define nsh_netinit() (-ENOSYS)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 && !defined(CONFIG_EXAMPLES_NSH_DISABLESCRIPT)
|
#if CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 && !defined(CONFIG_EXAMPLES_NSH_DISABLESCRIPT)
|
||||||
|
Loading…
Reference in New Issue
Block a user