speed up the em4x05 cmds by only getting 6k...

samples back
This commit is contained in:
marshmellow42 2017-02-20 15:06:22 -05:00
commit 893534d3b5
2 changed files with 3 additions and 3 deletions

View file

@ -1628,7 +1628,7 @@ void EM4xReadWord(uint8_t Address, uint32_t Pwd, uint8_t PwdMode) {
SendForward(fwd_bit_count);
// Now do the acquisition
DoAcquisition_default(0,TRUE);
doT55x7Acquisition(6000);
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF); // field off
LED_A_OFF();