changed parameter in parameter list of em4x50_chk

This commit is contained in:
tharexde 2020-12-04 22:37:47 +01:00
commit e50f386ad2
2 changed files with 2 additions and 2 deletions

View file

@ -1141,7 +1141,7 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_LF_EM4X50_CHK: {
em4x50_chk((uint32_t *)packet->data.asBytes);
em4x50_chk((uint8_t *)packet->data.asBytes);
break;
}
#endif