Rmac support is not optional anymore.

FossilOrigin-Name: b49a029451db9be170b22064d68b363ca61532c6600b61111e97d6135b224f4f
This commit is contained in:
7u83@mail.ru 2014-07-27 19:56:57 +00:00
parent 5cdb037a9e
commit 015d1136a8
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ struct cwrmsg{
int type;
int seqnum;
int msglen;
#ifdef WITH_RMAC_SUPPORT
//#ifdef WITH_RMAC_SUPPORT
uint8_t * rmac;
#endif
//#endif
};