Read radio operational state now.
FossilOrigin-Name: 61c5214435aa8197112cad6164a557a23c42fbaa3ff1f9b9ebc1ac0f2c421118
This commit is contained in:
parent
fc9bf8399c
commit
8c77dec5a3
@ -39,6 +39,9 @@ static int readelem(void * eparm,int type,uint8_t* msgelem,int len)
|
||||
if (cw_readelem_result_code(&e->result_code,type,msgelem,len))
|
||||
goto foundX;
|
||||
|
||||
if (cw_readelem_radio_operational_state(e->wtpinfo->radioinfo,type,msgelem,len))
|
||||
goto foundX;
|
||||
|
||||
return 0;
|
||||
|
||||
foundX:
|
||||
|
Loading…
Reference in New Issue
Block a user