mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
move the clear buffer outside of potentially time..
... sensitive routines see http://www.proxmark.org/forum/viewtopic.php?id=2820
This commit is contained in:
parent
35cfcfc7a1
commit
3cec706139
5 changed files with 19 additions and 1 deletions
|
@ -29,6 +29,8 @@ int DemodPCF7931(uint8_t **outBlocks) {
|
|||
int num_blocks = 0;
|
||||
int lmin=128, lmax=128;
|
||||
uint8_t dir;
|
||||
//clear read buffer
|
||||
BigBuf_Clear_keep_EM(void);
|
||||
|
||||
LFSetupFPGAForADC(95, true);
|
||||
DoAcquisition_default(0, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue