mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
doc errors
This commit is contained in:
parent
c7ada019bf
commit
e4006a7563
4 changed files with 22 additions and 20 deletions
|
@ -1567,7 +1567,7 @@ void __attribute__((noreturn)) AppMain(void) {
|
|||
int16_t ret = receive_ng(&rx);
|
||||
if (ret == PM3_SUCCESS) {
|
||||
PacketReceived(&rx);
|
||||
} else if (ret != PM3_NODATA) {
|
||||
} else if (ret != PM3_ENODATA) {
|
||||
Dbprintf("Error in frame reception");
|
||||
// TODO DOEGOX if error, shall we resync ?
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue