mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
missing break, migth lead to strange behavior
This commit is contained in:
parent
79e72fc8bf
commit
b2e587afa5
1 changed files with 1 additions and 0 deletions
|
@ -4276,6 +4276,7 @@ void SimulateIso14443aTagAID(uint8_t tagType, uint16_t flags, uint8_t *uid,
|
|||
dynamic_response_info.response_n = 3 + offset;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue