remove errant 'void'

have to watch my copy and paste...
This commit is contained in:
marshmellow42 2016-02-20 10:22:45 -05:00
commit 29b757391a
2 changed files with 7 additions and 7 deletions

View file

@ -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);