deleted client call of reset function

This commit is contained in:
tharexde 2020-12-03 20:47:01 +01:00
commit 6448ade0f2
7 changed files with 0 additions and 61 deletions

View file

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