renamed std_read -> stdread

This commit is contained in:
tharexde 2020-10-31 14:53:52 +01:00
commit 098ca87c81
6 changed files with 19 additions and 31 deletions

View file

@ -1126,8 +1126,8 @@ static void PacketReceived(PacketCommandNG *packet) {
em4x50_sim();
break;
}
case CMD_LF_EM4X50_STD_READ: {
em4x50_std_read();
case CMD_LF_EM4X50_STDREAD: {
em4x50_stdread();
break;
}
case CMD_LF_EM4X50_ESET: {