Relocated write requests in function 4x50_restore from device to client

This commit is contained in:
tharexde
2020-12-03 22:00:52 +01:00
parent d546936f5c
commit 6876ff2f04
5 changed files with 26 additions and 98 deletions

View File

@@ -1122,10 +1122,6 @@ static void PacketReceived(PacketCommandNG *packet) {
em4x50_login((uint32_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_RESTORE: {
em4x50_restore((em4x50_data_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_SIM: {
em4x50_sim();
break;