zhaoxw

Results 3 comments of zhaoxw

接收的消息同时含有期望的字符串和“OK”时,at_echo->__expect_notify还没来得及获取,at_echo->status = AT_ECHO_STATUS_EXPECT;就立马有被任务“at_parser”更新成at_echo->status = AT_ECHO_STATUS_OK;这样等tos_sem_pend (&at_echo->__expect_notify);时已经变了,直接跳过了。实际遇到的。