mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
changed function name
This commit is contained in:
parent
ab5e4405fe
commit
fc3638a5f4
6 changed files with 13 additions and 13 deletions
|
@ -1037,8 +1037,8 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_wipe((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_BRUTEFORCE: {
|
||||
em4x50_bruteforce((em4x50_data_t *)packet->data.asBytes);
|
||||
case CMD_LF_EM4X50_BRUTE: {
|
||||
em4x50_brute((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue