mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
fix.
This commit is contained in:
parent
f210f9a934
commit
d5d273fedb
1 changed files with 0 additions and 1 deletions
|
@ -354,7 +354,6 @@ static bool t55xxProtect(bool lock, bool usepwd, uint8_t override, uint32_t pass
|
||||||
if (GetT55xxBlockData(&block0) == false)
|
if (GetT55xxBlockData(&block0) == false)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
uint32_t old = block0;
|
|
||||||
bool isPwdBitAlreadySet = (block0 >> (32-28) & 1);
|
bool isPwdBitAlreadySet = (block0 >> (32-28) & 1);
|
||||||
if (isPwdBitAlreadySet) {
|
if (isPwdBitAlreadySet) {
|
||||||
PrintAndLogEx(INFO, "PWD bit is already set");
|
PrintAndLogEx(INFO, "PWD bit is already set");
|
||||||
|
|
Loading…
Reference in a new issue