aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/CCID/Lib/Iso7816.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/LowLevel/CCID/Lib/Iso7816.h')
-rw-r--r--Demos/Device/LowLevel/CCID/Lib/Iso7816.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/CCID/Lib/Iso7816.h b/Demos/Device/LowLevel/CCID/Lib/Iso7816.h
index d07485823..aa5f4ba83 100644
--- a/Demos/Device/LowLevel/CCID/Lib/Iso7816.h
+++ b/Demos/Device/LowLevel/CCID/Lib/Iso7816.h
@@ -40,6 +40,6 @@
#include <stdlib.h>
/* Function Prototypes: */
- void Iso7816_CreateSimpleAttr(uint8_t* attr, uint8_t* attrLength);
+ void Iso7816_CreateSimpleAtr(uint8_t* atr, uint8_t* atrLength);
#endif