From c063cfe8871309930e6df0d68c269ba464242d05 Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Mon, 6 Apr 2015 21:34:43 +0200 Subject: [PATCH] phone.c: Removed redundant definition of PR --- 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 bb98c0e5..7fc5e092 100644 --- a/sam3s_example/simtrace/phone.c +++ b/sam3s_example/simtrace/phone.c @@ -319,7 +319,6 @@ void sendResponse( uint8_t *pArg, uint8_t status, uint32_t transferred, uint32_t extern ring_buffer buf; #define MAX_MSG_LEN 64 -#define PR printf void wait_for_response(uint8_t pBuffer[]) { int ret = 0;