mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Revert "Fixed typo in the key table function"
Nested is using N
StatiCnested is using C
This reverts commit 40e513a3c8
.
This commit is contained in:
parent
c845abbcab
commit
efbfe4884e
1 changed files with 1 additions and 1 deletions
|
@ -3541,7 +3541,7 @@ void printKeyTableEx(uint8_t sectorscnt, sector_t *e_sector, uint8_t start_secto
|
||||||
_YELLOW_("R") ":Reused / "
|
_YELLOW_("R") ":Reused / "
|
||||||
_YELLOW_("N") ":Nested / "
|
_YELLOW_("N") ":Nested / "
|
||||||
_YELLOW_("H") ":Hardnested / "
|
_YELLOW_("H") ":Hardnested / "
|
||||||
_YELLOW_("C") ":staticNested / "
|
_YELLOW_("C") ":statiCnested / "
|
||||||
_YELLOW_("A") ":keyA "
|
_YELLOW_("A") ":keyA "
|
||||||
" )"
|
" )"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue