Added set flag

FossilOrigin-Name: 254a2a0d59fe16ce876102e241f22b15069bb95020bc5c6bb1082b01c20ebb16
This commit is contained in:
7u83@mail.ru 2014-08-14 21:54:25 +00:00
parent 9f33d3762b
commit 156eeb967a
1 changed files with 1 additions and 5 deletions

View File

@ -21,14 +21,10 @@
#define __RADIOINFO_H
struct radioinfo{
char set;
int rid;
uint32_t type;
//#ifdef WITH_RMAC_SUPPORT
uint8_t rmac[8];
//#endif
};
#endif