Skip to content
Snippets Groups Projects
Commit 7d1a8144 authored by patacongo's avatar patacongo
Browse files

Missing return value with some config options

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1164 42af7a65-404d-4744-a932-0658087f49c3
parent ccad3360
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,8 @@ int sched_setupidlefiles(FAR _TCB *tcb)
#else
return OK;
#endif /* CONFIG_NFILE_STREAMS */
#else
return OK;
#endif /* CONFIG_NFILE_DESCRIPTORS && CONFIG_DEV_CONSOLE */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment