mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
adaptations to new code
This commit is contained in:
parent
2f4335d31e
commit
9130474818
3 changed files with 3 additions and 3 deletions
|
@ -192,7 +192,7 @@ static void em4x50_setup_read(void) {
|
|||
// 50ms for the resonant antenna to settle.
|
||||
SpinDelay(50);
|
||||
// Now set up the SSC to get the ADC samples that are now streaming at us.
|
||||
FpgaSetupSsc();
|
||||
FpgaSetupSsc(FPGA_MAJOR_MODE_LF_READER);
|
||||
// start a 1.5ticks is 1us
|
||||
StartTicks();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue