Re: [PATCH] shell: Add rtems_shell_wait_for_explicit_input()

2016-06-03 Thread Gedare Bloom
On Fri, Jun 3, 2016 at 4:05 AM, Sebastian Huber wrote: > From: Alexander Krutwig > > --- > cpukit/libmisc/shell/shell-wait-for-input.c | 26 ++ > cpukit/libmisc/shell/shell.h| 18 ++ > 2 files changed, 40 insertions(+), 4 deletions(-) > > d

[PATCH] shell: Add rtems_shell_wait_for_explicit_input()

2016-06-03 Thread Sebastian Huber
From: Alexander Krutwig --- cpukit/libmisc/shell/shell-wait-for-input.c | 26 ++ cpukit/libmisc/shell/shell.h| 18 ++ 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/cpukit/libmisc/shell/shell-wait-for-input.c b/cpukit/libm