Skip to content
Snippets Groups Projects
Commit 59e370fc authored by patacongo's avatar patacongo
Browse files

configs/stm32f4discovery/nsh converted to use kconfig-frontends

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5573 42af7a65-404d-4744-a932-0658087f49c3
parent 02d4cca6
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,7 @@ static inline int builtin_startproxy(int index, FAR const char **argv, ...@@ -309,7 +309,7 @@ static inline int builtin_startproxy(int index, FAR const char **argv,
{ {
struct sched_param param; struct sched_param param;
pid_t proxy; pid_t proxy;
int errcode; int errcode = OK;
#ifdef CONFIG_SCHED_WAITPID #ifdef CONFIG_SCHED_WAITPID
int status; int status;
#endif #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