Removed "WITH_RMAC_SUPPORT", it's always supported.
FossilOrigin-Name: b51d0956ac81dcb108bb12d86ef2fd1d95c188faa5b72b74f416313279455736
This commit is contained in:
parent
f85baa275a
commit
5cdb037a9e
@ -23,9 +23,11 @@
|
|||||||
struct radioinfo{
|
struct radioinfo{
|
||||||
int rid;
|
int rid;
|
||||||
uint32_t type;
|
uint32_t type;
|
||||||
#ifdef WITH_RMAC_SUPPORT
|
//#ifdef WITH_RMAC_SUPPORT
|
||||||
|
|
||||||
uint8_t * rmac;
|
uint8_t * rmac;
|
||||||
#endif
|
|
||||||
|
//#endif
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user