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
|
@ -122,7 +122,7 @@ void SimulateThinFilm(uint8_t *data, size_t len) {
|
|||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
|
||||
// Set up the synchronous serial port
|
||||
FpgaSetupSsc();
|
||||
FpgaSetupSsc(FPGA_MAJOR_MODE_HF_READER);
|
||||
|
||||
// connect Demodulated Signal to ADC:
|
||||
SetAdcMuxFor(GPIO_MUXSEL_HIPKD);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue