Deleted somee debug printfs.
FossilOrigin-Name: 32fe4f2ab74ce6a46bf7c5a4b0268e42ef4ffe07bc1dcdf8b89d474e4784950d
This commit is contained in:
parent
e801861aac
commit
936844e476
@ -39,8 +39,8 @@ void cwmsg_init(struct cwmsg * cwmsg, uint8_t *buffer, int type, int seqnum, str
|
||||
|
||||
rmaclen=(*radioinfo->rmac);
|
||||
|
||||
printf ("Adding rmac len %d\n",rmaclen);
|
||||
printf ("Real copy woul dbe %d\n",rmaclen/8+8);
|
||||
// printf ("Adding rmac len %d\n",rmaclen);
|
||||
// printf ("Real copy woul dbe %d\n",rmaclen/8+8);
|
||||
|
||||
|
||||
memcpy(buffer+8,radioinfo->rmac,rmaclen/8+8);
|
||||
|
Loading…
Reference in New Issue
Block a user