Cosmetic changed, updated README files, improved comments

This commit is contained in:
Gregory Nutt 2014-08-10 13:11:31 -06:00
parent d764356359
commit b4bc994f50

View File

@ -440,6 +440,7 @@ int cmd_sleep(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
nsh_output(vtbl, g_fmtarginvalid, argv[0]);
return ERROR;
}
sleep(secs);
return OK;
}