9
0
Fork 0

Fix compile error

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3191 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2010-12-17 14:59:53 +00:00
parent 96619c64f1
commit 0987c1aa72
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ extern int nsh_romfsetc(void);
#ifdef CONFIG_NET
extern int nsh_netinit(void);
#else
# define nsh_netinit()
# define nsh_netinit() (-ENOSYS)
#endif
#if CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 && !defined(CONFIG_EXAMPLES_NSH_DISABLESCRIPT)