phone RST define taken from simtrace.h

This commit is contained in:
Christina Quast 2015-04-03 11:37:17 +02:00
parent 7123425841
commit 8e5381ca10
1 changed files with 3 additions and 4 deletions

View File

@ -99,10 +99,9 @@ static const Pin pPwr[] = {
};
#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 */