Update cmdhficlass.c

This commit is contained in:
Antiklesys
2026-04-03 12:03:59 +08:00
parent 51521fdad9
commit 2145bc8869
+1 -1
View File
@@ -4593,7 +4593,7 @@ static int CmdHFiClass_BlackTears(const char *Cmd) {
// read the data back
uint8_t data_read[8] = {0};
first_read = false;
reread = false;
bool reread = false;
bool decrease = false;
int readcount = 0;
while (first_read == false) {