Skip to content
Snippets Groups Projects
Commit 2d69ae55 authored by patacongo's avatar patacongo
Browse files

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
parent 0aaf5df6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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