mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Remove LEGIC RF tag emulation code since it's useless without keystream generator
This commit is contained in:
parent
84c02e97e0
commit
1d99b0df4a
3 changed files with 0 additions and 187 deletions
|
@ -621,10 +621,6 @@ void UsbPacketReceived(BYTE *packet, int len)
|
|||
break;
|
||||
#endif
|
||||
|
||||
case CMD_SIMULATE_TAG_LEGIC_RF:
|
||||
LegicRfSimulate();
|
||||
break;
|
||||
|
||||
case CMD_MEASURE_ANTENNA_TUNING:
|
||||
MeasureAntennaTuning();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue