Relocated write requests in function 4x50_restore from device to client
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user