1
0
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:
Kaspar Schleiser 2010-11-04 16:47:13 +01:00
parent 02945e22f7
commit f860abc408

View 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 */