Relocated write requests of function „4x50_wipe" from device to client

This commit is contained in:
tharexde 2020-11-11 22:36:24 +01:00
commit 5d34efc6e6
4 changed files with 0 additions and 68 deletions

View file

@ -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;