mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
14a - less wake up wait
This commit is contained in:
parent
8baeaa58e2
commit
ad20dcb30a
1 changed files with 1 additions and 1 deletions
|
@ -2687,7 +2687,7 @@ void iso14443a_setup(uint8_t fpga_minor_mode) {
|
||||||
LED_D_ON();
|
LED_D_ON();
|
||||||
|
|
||||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_ISO14443A | fpga_minor_mode);
|
FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_ISO14443A | fpga_minor_mode);
|
||||||
SpinDelay(100);
|
SpinDelay(50);
|
||||||
|
|
||||||
// Start the timer
|
// Start the timer
|
||||||
StartCountSspClk();
|
StartCountSspClk();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue