mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
- Move iso7816 related code to its own folder - Refactor Iso7816Callback into Iso7816Handler - Created new file for CCID commands - Renamed variables according to standard Co-authored-by: あく <alleteam@gmail.com>
7 lines
77 B
C
7 lines
77 B
C
#pragma once
|
|
|
|
typedef struct {
|
|
uint8_t TS;
|
|
uint8_t T0;
|
|
} Iso7816Atr;
|