9 lines
161 B
C
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 */
|