ADD: help text for 'hf snoop' / 'hf search' / 'hf list'
CHG: minor code changes. CHG: makefile , moved hi_sniffer.v from LF into HF row. @piwi suggestion for PR https://github.com/Proxmark/proxmark3/pull/141
This commit is contained in:
@@ -20,7 +20,7 @@ static void RAMFUNC optimizedSnoop(void)
|
||||
if(AT91C_BASE_SSC->SSC_SR & AT91C_SSC_RXRDY)
|
||||
{
|
||||
*dest = (uint16_t)(AT91C_BASE_SSC->SSC_RHR);
|
||||
dest = dest + 1;
|
||||
dest++;
|
||||
}
|
||||
}
|
||||
//Resetting Frame mode (First set in fpgaloader.c)
|
||||
@@ -65,7 +65,6 @@ void HfSnoop(int samplesToSkip, int triggersToSkip)
|
||||
waitcount--;
|
||||
}
|
||||
}
|
||||
|
||||
optimizedSnoop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user