mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: 'emv compilation' since the client makefile doesn't import makefile.common anymore, need to move some compilor directive. Now need to change two files for EMV compilation.
* client/Makefile * common/Makefile.common
This commit is contained in:
parent
28f1f23d48
commit
14550557be
4 changed files with 6 additions and 11 deletions
|
@ -243,7 +243,6 @@ extern void EMVFuzz_RATS(uint8_t ratslen, uint8_t* RATS);
|
|||
extern void EMVReadRecord(uint8_t arg0, uint8_t arg1,emvcard* inputcard);
|
||||
extern void EMVSelectPPSE();
|
||||
extern void EMVSelectAID(uint8_t *AID, uint8_t AIDlen, emvcard* inputcard);
|
||||
extern void EMVTransaction();
|
||||
extern void EMVClone(uint8_t maxsfi, uint8_t maxrecord);
|
||||
extern void EMVSim();
|
||||
extern void EMVTest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue