mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
commits after xcode crash
This commit is contained in:
parent
20bc2b060b
commit
438cada2cf
7 changed files with 116 additions and 1 deletions
|
@ -1163,6 +1163,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_chk((uint8_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_TEST: {
|
||||
em4x50_test((em4x50_test_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_EM4x70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue