void *PackRcvMsgTbl[7];//定义事件
QPackRcv = OSQCreate(PackRcvMsgTbl, 7); //创建接收消息队列
最后编译出错了了提示"app.c", line 28: error: a value of type "int" cannot be assigned to an entity of type "OS_EVENT *",这里函数返回值和定义的变量明明都是OS_EVENT的指针类型,他怎么说int" cannot be assigned to an entity of type "OS_EVENT *呢???求各位大神指导