2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>

* monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
This commit is contained in:
Ralf Corsepius
2011-12-05 13:02:01 +00:00
parent 32f5014b51
commit 53aceab4c8
2 changed files with 4 additions and 6 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mouse01/init.c: Account for extra message buffer size.
-6
View File
@@ -25,12 +25,6 @@
#include <rtems/shellconfig.h>
#define MAX_ARGS 128
/*
* HACK: API visibility violation
* rtems_shell_main_monitor should better be declared in rtems/shell.h
*/
extern int rtems_shell_main_monitor(int argc, char **argv);
char *Commands[] = {
"task",
"task 32",