shell test
This commit is contained in:
parent
03cfdd12ad
commit
08c160dc01
1 changed files with 8 additions and 0 deletions
8
kernel/shell.h
Normal file
8
kernel/shell.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SHELL_H
|
||||
#define SHELL_H
|
||||
|
||||
#define SHELLDEBUGPRINTF(x,...) cli_sendBuffer(x,##__VA_ARGS__);
|
||||
|
||||
void shell_init(int srv_or_cli);
|
||||
|
||||
#endif // SHELL_H
|
Loading…
Add table
Reference in a new issue