mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
deleted test functions, clean up
This commit is contained in:
parent
473d89342b
commit
78d1e09595
7 changed files with 9 additions and 299 deletions
|
@ -1172,10 +1172,6 @@ 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