rumpeltux found this typo

This commit is contained in:
Stefan `Sec` Zehl 2011-08-12 14:22:51 +02:00
parent 87b1b9e2cf
commit 198d91a86e
1 changed files with 1 additions and 1 deletions

View File

@ -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);