增加sender_scm的初始化调用
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user