mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* checkin of missing header file
This commit is contained in:
parent
02945e22f7
commit
f860abc408
8
sys/include/shell_commands.h
Normal file
8
sys/include/shell_commands.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __SHELL_COMMANDS_H
|
||||
#define __SHELL_COMMANDS_H
|
||||
|
||||
#include <shell.h>
|
||||
|
||||
extern const shell_command_t _shell_command_list[];
|
||||
|
||||
#endif /* __SHELL_COMMANDS_H */
|
Loading…
Reference in New Issue
Block a user