增加sender_scm的初始化调用

This commit is contained in:
luqiuwen
2019-06-02 16:29:43 +08:00
parent e4f490fcd3
commit 57f5a4d906
4 changed files with 15 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
#include "sender_scm.h"
#include "tfe_cmsg.h"
int main()
{
return 0;
}
#if 0
int main(){
struct tfe_cmsg *cmsg = tfe_cmsg_init();
@@ -31,3 +37,4 @@ int main(){
}
return 0;
}
#endif