mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
CHG: removed a delay in readblock
This commit is contained in:
parent
81b7e89434
commit
1c07ca92c3
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ void T55xxReadBlock(uint16_t arg0, uint8_t Block, uint32_t Pwd) {
|
||||||
|
|
||||||
// Set up FPGA, 125kHz to power up the tag
|
// Set up FPGA, 125kHz to power up the tag
|
||||||
LFSetupFPGAForADC(95, true);
|
LFSetupFPGAForADC(95, true);
|
||||||
SpinDelay(3);
|
//SpinDelay(3);
|
||||||
|
|
||||||
// Trigger T55x7 Direct Access Mode with start gap
|
// Trigger T55x7 Direct Access Mode with start gap
|
||||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||||
|
|
Loading…
Add table
Reference in a new issue