mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 02:32:09 +08:00
18 lines
273 B
C
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>
|
|
|
|
|