mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-10-10 21:28:13 +08:00
remove name
This commit is contained in:
parent
517bf7e238
commit
4b5800d78f
2 changed files with 3 additions and 3 deletions
|
@ -1575,7 +1575,7 @@ void __attribute__((noreturn)) AppMain(void) {
|
||||||
PacketReceived(&rx);
|
PacketReceived(&rx);
|
||||||
} else if (ret != PM3_ENODATA) {
|
} else if (ret != PM3_ENODATA) {
|
||||||
Dbprintf("Error in frame reception: %d", ret);
|
Dbprintf("Error in frame reception: %d", ret);
|
||||||
// TODO DOEGOX if error, shall we resync ?
|
// TODO if error, shall we resync ?
|
||||||
}
|
}
|
||||||
|
|
||||||
// Press button for one second to enter a possible standalone mode
|
// Press button for one second to enter a possible standalone mode
|
||||||
|
|
|
@ -412,7 +412,7 @@ __attribute__((force_align_arg_pointer))
|
||||||
if (!error) {
|
if (!error) {
|
||||||
// PrintAndLogEx(NORMAL, "Received reply NG full !!");
|
// PrintAndLogEx(NORMAL, "Received reply NG full !!");
|
||||||
PacketResponseReceived(&rx);
|
PacketResponseReceived(&rx);
|
||||||
//TODO DOEGOX NG don't send ACK anymore but reply with the corresponding cmd, still things seem to work fine...
|
//TODO NG don't send ACK anymore but reply with the corresponding cmd, still things seem to work fine...
|
||||||
if (rx.cmd == CMD_ACK) {
|
if (rx.cmd == CMD_ACK) {
|
||||||
ACK_received = true;
|
ACK_received = true;
|
||||||
}
|
}
|
||||||
|
@ -448,7 +448,7 @@ __attribute__((force_align_arg_pointer))
|
||||||
error = true;
|
error = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TODO DOEGOX if error, shall we resync ?
|
// TODO if error, shall we resync ?
|
||||||
|
|
||||||
pthread_mutex_lock(&txBufferMutex);
|
pthread_mutex_lock(&txBufferMutex);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue