new entry for function em4x50_bruteforce

This commit is contained in:
tharexde 2020-09-27 12:59:04 +02:00
parent 55ba7c695d
commit 2308cc7175

View file

@ -1037,6 +1037,10 @@ static void PacketReceived(PacketCommandNG *packet) {
em4x50_wipe((em4x50_data_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_BRUTEFORCE: {
em4x50_bruteforce((em4x50_data_t *)packet->data.asBytes);
break;
}
#endif
#ifdef WITH_ISO15693