mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
changed parameter in parameter list of em4x50_chk
This commit is contained in:
parent
6876ff2f04
commit
e50f386ad2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -26,6 +26,6 @@ void em4x50_brute(em4x50_data_t *etd);
|
|||
void em4x50_login(uint32_t *password);
|
||||
void em4x50_sim(void);
|
||||
void em4x50_reader(void);
|
||||
void em4x50_chk(uint32_t *numkeys);
|
||||
void em4x50_chk(uint8_t *filename);
|
||||
|
||||
#endif /* EM4X50_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue