9 lines
152 B
C
9 lines
152 B
C
![]() |
#ifndef SHELL_H
|
||
|
#define SHELL_H
|
||
|
|
||
|
#define SHELLDEBUGPRINTF(x,...) cli_sendBuffer(x,##__VA_ARGS__);
|
||
|
|
||
|
void shell_init(int srv_or_cli);
|
||
|
|
||
|
#endif // SHELL_H
|