2012-09-07 12:49:40 -05:00

18 lines
273 B
C

/*
* Shell Configuration
*/
#include <rtems/shell.h>
#include <rtems/netcmds-config.h>
#define CONFIGURE_SHELL_COMMANDS_INIT
#define CONFIGURE_SHELL_COMMANDS_ALL
#define CONFIGURE_SHELL_USER_COMMANDS \
&rtems_shell_PING_Command
#include <rtems/shellconfig.h>