From 1bcac2678678aa318ba0e2b83776078f0efeda52 Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Thu, 5 Mar 2015 15:41:17 +0100 Subject: [PATCH] removed atr buf in run func --- sam3s_example/simtrace/ccid.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sam3s_example/simtrace/ccid.c b/sam3s_example/simtrace/ccid.c index cb8dda5d..671fd4f2 100644 --- a/sam3s_example/simtrace/ccid.c +++ b/sam3s_example/simtrace/ccid.c @@ -182,9 +182,6 @@ void CCID_init( void ) void CCID_run( void ) { - uint8_t pAtr[MAX_ATR_SIZE] ; - uint8_t ucSize ; - //if (USBD_Read(INT, pBuffer, dLength, fCallback, pArgument);