rumpeltux found this typo
This commit is contained in:
parent
87b1b9e2cf
commit
198d91a86e
|
@ -251,7 +251,7 @@ uint8_t mesh_recvqloop_work(void){
|
|||
return 2;
|
||||
|
||||
if((MO_TYPE(buf)>='A' && MO_TYPE(buf)<='C') ||
|
||||
(MO_TYPE(buf)>='A' && MO_TYPE(buf)<='C'))
|
||||
(MO_TYPE(buf)>='a' && MO_TYPE(buf)<='c'))
|
||||
meshmsg=1;
|
||||
|
||||
memcpy(mpkt->pkt,buf,MESHPKTSIZE);
|
||||
|
|
Loading…
Reference in New Issue