mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
CCID App: Refactor (#3808)
- 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>
This commit is contained in:
committed by
GitHub
parent
f73d60cba8
commit
53cf700521
7
applications/debug/ccid_test/ccid_test_app_commands.h
Normal file
7
applications/debug/ccid_test/ccid_test_app_commands.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "iso7816/iso7816_t0_apdu.h"
|
||||
|
||||
void iso7816_answer_to_reset(Iso7816Atr* atr);
|
||||
|
||||
void iso7816_process_command(
|
||||
const ISO7816_Command_APDU* command_apdu,
|
||||
ISO7816_Response_APDU* response_apdu);
|
||||
Reference in New Issue
Block a user