mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Relocated write requests of function „4x50_wipe" from device to client
This commit is contained in:
parent
3d14dbfbd0
commit
5d34efc6e6
4 changed files with 0 additions and 68 deletions
|
@ -1107,10 +1107,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_read((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_WIPE: {
|
||||
em4x50_wipe((uint32_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_BRUTE: {
|
||||
em4x50_brute((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue