Fix compilation errors

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@444 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-11 14:49:02 +00:00
parent 23e67efbbd
commit a9a9fb489e
6 changed files with 17 additions and 12 deletions
+2
View File
@@ -230,7 +230,9 @@ int user_start(int argc, char *argv[])
{
sleep(3);
printf("main: Still running\n");
#if CONFIG_NFILE_DESCRIPTORS > 0
fflush(stdout);
#endif
}
return 0;
}