summaryrefslogtreecommitdiffstats
path: root/testsuite/netshell01/shellconfig.c
blob: df3e421141e864bf101711df52f5c2c28bb2fdc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  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>