This commit is contained in:
tharexde 2020-10-22 00:42:18 +02:00
commit a04002ab1b
5 changed files with 228 additions and 334 deletions

View file

@ -1034,7 +1034,7 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_LF_EM4X50_WIPE: {
em4x50_wipe((em4x50_data_t *)packet->data.asBytes);
em4x50_wipe((uint32_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_BRUTE: {
@ -1042,7 +1042,7 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_LF_EM4X50_LOGIN: {
em4x50_login((em4x50_data_t *)packet->data.asBytes);
em4x50_login((uint32_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_RESET: {