work
This commit is contained in:
parent
b876e453b7
commit
cdb0f61d7a
|
@ -1,12 +0,0 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <transform.h>
|
||||
#ifdef ADD_XIZI_FETURES
|
||||
|
||||
void TestHash(void)
|
||||
{
|
||||
printf("Hello World!\n");
|
||||
return;
|
||||
}
|
||||
PRIV_SHELL_CMD_FUNCTION(TestHash, a test sample, PRIV_SHELL_CMD_MAIN_ATTR);
|
||||
#endif
|
Loading…
Reference in New Issue