projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge pull request #321 from Proxmark/iceman1001-patch-1
[proxmark3-svn]
/
armsrc
/
epa.c
diff --git
a/armsrc/epa.c
b/armsrc/epa.c
index 50c7d87804dbcd2fc9bc846387ef46ec613bdf05..f434aa3422421c0bdc872c5fc98068b180a548f7 100644
(file)
--- a/
armsrc/epa.c
+++ b/
armsrc/epa.c
@@
-11,10
+11,14
@@
// functions, You need to do the setup before calling them!
//-----------------------------------------------------------------------------
// functions, You need to do the setup before calling them!
//-----------------------------------------------------------------------------
+#include "apps.h"
#include "iso14443a.h"
#include "iso14443b.h"
#include "epa.h"
#include "cmd.h"
#include "iso14443a.h"
#include "iso14443b.h"
#include "epa.h"
#include "cmd.h"
+#include "fpgaloader.h"
+#include "string.h"
+#include "util.h"
// Protocol and Parameter Selection Request for ISO 14443 type A cards
// use regular (1x) speed in both directions
// Protocol and Parameter Selection Request for ISO 14443 type A cards
// use regular (1x) speed in both directions
@@
-526,7
+530,7
@@
int EPA_Setup()
// power up the field
iso14443a_setup(FPGA_HF_ISO14443A_READER_MOD);
// select the card
// power up the field
iso14443a_setup(FPGA_HF_ISO14443A_READER_MOD);
// select the card
- return_code = iso14443a_select_card(uid, &card_select_info, NULL);
+ return_code = iso14443a_select_card(uid, &card_select_info, NULL
, true, 0
);
if (return_code == 1) {
// send the PPS request
ReaderTransmit((uint8_t *)pps, sizeof(pps), NULL);
if (return_code == 1) {
// send the PPS request
ReaderTransmit((uint8_t *)pps, sizeof(pps), NULL);
Impressum
,
Datenschutz