aboutsummaryrefslogtreecommitdiffstats
path: root/cards/iso_card.py
diff options
context:
space:
mode:
Diffstat (limited to 'cards/iso_card.py')
-rw-r--r--cards/iso_card.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cards/iso_card.py b/cards/iso_card.py
index feda66d..fb3b016 100644
--- a/cards/iso_card.py
+++ b/cards/iso_card.py
@@ -5,7 +5,8 @@ from utils import C_APDU, R_APDU
class ISO_Card(Card):
DRIVER_NAME = ["ISO"]
- APDU_GET_RESPONSE = C_APDU(ins=0xc0)
+ COMMAND_GET_RESPONSE = C_APDU(ins=0xc0)
+
APDU_VERIFY_PIN = C_APDU(ins=0x20)
## Map for check_sw()