Verified DHCPC on the C5471 EVM

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@438 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-10 19:39:26 +00:00
parent 69303fea5f
commit 4bd249117a
4 changed files with 380 additions and 0 deletions
+1
View File
@@ -230,6 +230,7 @@ int user_start(int argc, char *argv[])
{
sleep(3);
printf("main: Still running\n");
fflush(stdout);
}
return 0;
}