mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Typo
This commit is contained in:
parent
d3633b719f
commit
e59e0f6194
1 changed files with 1 additions and 2 deletions
|
@ -205,8 +205,7 @@ void RAMFUNC SniffAndStore(uint8_t param) {
|
|||
if (auth_attempts > 0) {
|
||||
if (DBGLEVEL > 1)
|
||||
Dbprintf("[!] Authentication attempts = %u", auth_attempts);
|
||||
|
||||
if
|
||||
|
||||
size_t size = 4 * auth_attempts;
|
||||
uint8_t *data = BigBuf_malloc(size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue