changed 4x50_stdread to 4x50_reader

This commit is contained in:
tharexde 2020-11-29 23:57:55 +01:00
commit fdd2890272

View file

@ -1132,8 +1132,8 @@ static void PacketReceived(PacketCommandNG *packet) {
em4x50_sim(); em4x50_sim();
break; break;
} }
case CMD_LF_EM4X50_STDREAD: { case CMD_LF_EM4X50_READER: {
em4x50_stdread(); em4x50_reader();
break; break;
} }
case CMD_LF_EM4X50_ESET: { case CMD_LF_EM4X50_ESET: {