Read radio operational state now.

FossilOrigin-Name: 61c5214435aa8197112cad6164a557a23c42fbaa3ff1f9b9ebc1ac0f2c421118
This commit is contained in:
7u83@mail.ru 2014-08-21 19:40:07 +00:00
parent fc9bf8399c
commit 8c77dec5a3
1 changed files with 3 additions and 0 deletions

View File

@ -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: