From 0757fff70b7e559264443c47501fc68be6f9bfd5 Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Tue, 10 Mar 2015 15:54:34 +0100 Subject: [PATCH] Bugfix: add header file for ccid reset pin --- .../libboard_sam3s-ek/include/iso7816_4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam3s_example/atmel_softpack_libraries/libboard_sam3s-ek/include/iso7816_4.h b/sam3s_example/atmel_softpack_libraries/libboard_sam3s-ek/include/iso7816_4.h index 912c9798..4b3c8116 100644 --- a/sam3s_example/atmel_softpack_libraries/libboard_sam3s-ek/include/iso7816_4.h +++ b/sam3s_example/atmel_softpack_libraries/libboard_sam3s-ek/include/iso7816_4.h @@ -67,7 +67,7 @@ /*------------------------------------------------------------------------------ * Exported functions *----------------------------------------------------------------------------*/ -extern void ISO7816_Init( const Pin pPinIso7816RstMC ); +extern void ISO7816_Init( const Pin *pPinIso7816RstMC ); extern void ISO7816_IccPowerOff(void); extern uint16_t ISO7816_XfrBlockTPDU_T0(const uint8_t *pAPDU, uint8_t *pMessage,