delated watch function (em4x50)

This commit is contained in:
tharexde 2020-11-30 00:03:22 +01:00
commit f03fac540a
7 changed files with 0 additions and 75 deletions

View file

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