This commit is contained in:
jl777
2016-09-14 05:21:26 -03:00
parent 93b5c955d4
commit 9fc05259a7
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
#include <stdint.h>
int32_t "C" komodo_checkmsg(char *command,char *ipaddr,uint8_t *data,int32_t datalen)
int32_t komodo_checkmsg(char *command,char *ipaddr,uint8_t *data,int32_t datalen)
{
return(0);
}