FossilOrigin-Name: 78c9f70cccc3f1673d51c9ea49ef00bcf0855208f8136bb532a4fbfde82b3761
This commit is contained in:
7u83@mail.ru 2015-04-26 12:12:39 +00:00
parent 19ba133b17
commit b322ba557a

View File

@ -1,20 +0,0 @@
#ifndef __CWRMSG_H
#define __CWRMSG_H
/*
struct cwrmsg{
int rid;
int wbid;
uint8_t * msgelems;
int msgelems_len;
int type;
int seqnum;
int msglen;
//#ifdef WITH_RMAC_SUPPORT
uint8_t rmac[8];
//#endif
};
*/
#endif