mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
delated watch function (em4x50)
This commit is contained in:
parent
e6eb6af9e3
commit
f03fac540a
7 changed files with 0 additions and 75 deletions
|
@ -1120,10 +1120,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_reset();
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_WATCH: {
|
||||
em4x50_watch();
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_RESTORE: {
|
||||
em4x50_restore((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue