mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 13:53:26 -07:00
remove errant 'void'
have to watch my copy and paste...
This commit is contained in:
parent
01d7272d5b
commit
29b757391a
2 changed files with 7 additions and 7 deletions
|
@ -30,7 +30,7 @@ int DemodPCF7931(uint8_t **outBlocks) {
|
|||
int lmin=128, lmax=128;
|
||||
uint8_t dir;
|
||||
//clear read buffer
|
||||
BigBuf_Clear_keep_EM(void);
|
||||
BigBuf_Clear_keep_EM();
|
||||
|
||||
LFSetupFPGAForADC(95, true);
|
||||
DoAcquisition_default(0, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue