From 443e55017da3bdd76521acacbc21b85b3a6f1157 Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Mon, 6 Apr 2015 20:38:51 +0200 Subject: [PATCH] phone.c: remove dot printout --- sam3s_example/simtrace/phone.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sam3s_example/simtrace/phone.c b/sam3s_example/simtrace/phone.c index ec50d68c..9e65c80e 100644 --- a/sam3s_example/simtrace/phone.c +++ b/sam3s_example/simtrace/phone.c @@ -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,