mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
update changelog
+fix a comment typo + move clear bigbuf after fpgadownloadandgo...
This commit is contained in:
parent
779d9a0e90
commit
2896e490d9
3 changed files with 7 additions and 4 deletions
|
@ -33,14 +33,15 @@ void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint32_t period_0, uint
|
|||
|
||||
// use lf config settings
|
||||
sample_config *sc = getSamplingConfig();
|
||||
// clear read buffer
|
||||
BigBuf_Clear_keep_EM();
|
||||
|
||||
/* Make sure the tag is reset */
|
||||
// Make sure the tag is reset
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
WaitMS(2500);
|
||||
|
||||
// clear read buffer (after fpga bitstream loaded...)
|
||||
BigBuf_Clear_keep_EM();
|
||||
|
||||
// power on
|
||||
LFSetupFPGAForADC(sc->divisor, 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue