mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
renamed 'lread' to 'read'
This commit is contained in:
parent
a01c5aff0e
commit
1cf51410f4
1 changed files with 2 additions and 2 deletions
|
@ -1019,8 +1019,8 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_write_password((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_SREAD: {
|
||||
em4x50_sread((em4x50_data_t *)packet->data.asBytes);
|
||||
case CMD_LF_EM4X50_READ: {
|
||||
em4x50_read((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue