projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lf search use new psk, small demod adjustments
[proxmark3-svn]
/
armsrc
/
iso14443.c
diff --git
a/armsrc/iso14443.c
b/armsrc/iso14443.c
index 7a445bcb89a72536b8293bc7f0513b418b188fdc..e9483189d3c92fe4a293439d21d314a15fbc4774 100644
(file)
--- a/
armsrc/iso14443.c
+++ b/
armsrc/iso14443.c
@@
-293,8
+293,7
@@
static int GetIso14443CommandFromReader(uint8_t *received, int *len, int maxLen)
// only, since we are receiving, not transmitting).
// Signal field is off with the appropriate LED
LED_D_OFF();
// only, since we are receiving, not transmitting).
// Signal field is off with the appropriate LED
LED_D_OFF();
- FpgaWriteConfWord(
- FPGA_MAJOR_MODE_HF_SIMULATOR | FPGA_HF_SIMULATOR_NO_MODULATION);
+ FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_SIMULATOR | FPGA_HF_SIMULATOR_NO_MODULATION);
// Now run a `software UART' on the stream of incoming samples.
// Now run a `software UART' on the stream of incoming samples.
@@
-401,8
+400,7
@@
void SimulateIso14443Tag(void)
// Modulate BPSK
// Signal field is off with the appropriate LED
LED_D_OFF();
// Modulate BPSK
// Signal field is off with the appropriate LED
LED_D_OFF();
- FpgaWriteConfWord(
- FPGA_MAJOR_MODE_HF_SIMULATOR | FPGA_HF_SIMULATOR_MODULATE_BPSK);
+ FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_SIMULATOR | FPGA_HF_SIMULATOR_MODULATE_BPSK);
AT91C_BASE_SSC->SSC_THR = 0xff;
FpgaSetupSsc();
AT91C_BASE_SSC->SSC_THR = 0xff;
FpgaSetupSsc();
Impressum
,
Datenschutz