Deleted somee debug printfs.

FossilOrigin-Name: 32fe4f2ab74ce6a46bf7c5a4b0268e42ef4ffe07bc1dcdf8b89d474e4784950d
This commit is contained in:
7u83@mail.ru 2014-08-03 11:33:15 +00:00
parent e801861aac
commit 936844e476
1 changed files with 2 additions and 2 deletions

View File

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