Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Neyzoter committed Jul 6, 2019
1 parent eef7fea commit 2fce1d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions USER/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ int main(void)
u8 RspCode;u16 tcpRecvBuffLen;u8 * pRecvData;
while(1)
{
//解决外部中断中处理命令出现的问题, 可用于清楚pending
if( BOARD_STA == BOARD_RUNNING){
if((DATA_AUTO_CHECK_EN)&&(RSI_WIFI_OPER_MODE == RSI_WIFI_CLIENT_MODE_VAL)){//处于Clien模式,而且要使能自动check
receive_udp_package(BEEN_CALL_BY_MAIN);
Expand Down

0 comments on commit 2fce1d0

Please sign in to comment.