mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix signature offset in a log message too
hopefully last one (tm)
This commit is contained in:
parent
d49e1f6af6
commit
597bfd6d19
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ static int rdv4_sign_write(uint8_t *signature, uint8_t slen) {
|
|||
return PM3_EFAILED;
|
||||
}
|
||||
}
|
||||
PrintAndLogEx(SUCCESS, "Writing signature at offset %u ( "_GREEN_("ok") " )", FLASH_MEM_SIGNATURE_OFFSET);
|
||||
PrintAndLogEx(SUCCESS, "Writing signature at offset %u ( "_GREEN_("ok") " )", FLASH_MEM_SIGNATURE_OFFSET_P(spi_flash_pages));
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue