Removed "WITH_RMAC_SUPPORT", it's always supported.

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

View File

@ -23,9 +23,11 @@
struct radioinfo{
int rid;
uint32_t type;
#ifdef WITH_RMAC_SUPPORT
//#ifdef WITH_RMAC_SUPPORT
uint8_t * rmac;
#endif
//#endif
};