mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
changed 4x50_stdread to 4x50_reader
This commit is contained in:
parent
96fc27a869
commit
fdd2890272
1 changed files with 2 additions and 2 deletions
|
@ -1132,8 +1132,8 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_sim();
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_STDREAD: {
|
||||
em4x50_stdread();
|
||||
case CMD_LF_EM4X50_READER: {
|
||||
em4x50_reader();
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_ESET: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue