phone.c: remove dot printout

This commit is contained in:
Christina Quast 2015-04-06 20:38:51 +02:00
parent fab4ce958f
commit 443e55017d
1 changed files with 0 additions and 1 deletions

View File

@ -347,7 +347,6 @@ void wait_for_response(uint8_t pBuffer[]) {
rcvdChar = 0;
PR("b:%x %x %x %x %x.\n\r", buf.buf[0], buf.buf[1],buf.buf[2], buf.buf[3], buf.buf[4]);
} else {
printf(".");
return;
}
if ((ret = USBD_Read(PHONE_DATAOUT, pBuffer, MAX_MSG_LEN,