mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Correct error introduced in last check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3365 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -514,8 +514,8 @@ static int nsh_execute(FAR struct nsh_vtbl_s *vtbl, int argc, char *argv[])
|
||||
#endif
|
||||
{
|
||||
nsh_output(vtbl, "%s [%d:%d]\n", cmd, ret, 128); // \todo get priority from new pid?
|
||||
return ret;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user