mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 04:16:05 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user