1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/shell_commands.h

9 lines
161 B
C

#ifndef __SHELL_COMMANDS_H
#define __SHELL_COMMANDS_H
#include <shell.h>
extern const shell_command_t _shell_command_list[];
#endif /* __SHELL_COMMANDS_H */