Correct an assertion
This commit is contained in:
parent
e832e73b99
commit
7fc401d3c1
@ -78,7 +78,7 @@ int nsh_system(int argc, char *argv[])
|
||||
FAR struct console_stdio_s *pstate = nsh_newconsole();
|
||||
FAR struct nsh_vtbl_s *vtbl;
|
||||
|
||||
DEBUGASSERT(pstate != NULL && pstate->cn_vtbl != NULL);
|
||||
DEBUGASSERT(pstate != NULL);
|
||||
vtbl = &pstate->cn_vtbl;
|
||||
|
||||
/* Parse process the command */
|
||||
|
Loading…
Reference in New Issue
Block a user