phone RST define taken from simtrace.h
diff --git a/sam3s_example/simtrace/phone.c b/sam3s_example/simtrace/phone.c
index 39e3fd3..c4ce6d8 100644
--- a/sam3s_example/simtrace/phone.c
+++ b/sam3s_example/simtrace/phone.c
@@ -99,10 +99,9 @@
 };
 
 
-#define ISO7816_PHONE_RST   {PIO_PA24, PIOA, ID_PIOA, PIO_INPUT, PIO_PULLUP | PIO_DEBOUNCE | PIO_DEGLITCH | PIO_IT_EDGE }
-static const Pin pinPhoneRST = ISO7816_PHONE_RST;
-//#define ISO7816_PHONE_CLK   {PIO_PA23A_SCK1, PIOA, ID_PIOA, PIO_INPUT, PIO_PULLUP | PIO_DEBOUNCE | PIO_DEGLITCH | PIO_IT_EDGE }
-//static const Pin pinPhoneClk = ISO7816_PHONE_CLK;
+static const Pin pinPhoneRST = PIN_ISO7816_RST_PHONE;
+
+#define PR  TRACE_INFO
 
 /* ===================================================*/
 /*                      Taken from iso7816_4.c        */