Remove LEGIC RF tag emulation code since it's useless without keystream generator

This commit is contained in:
henryk@ploetzli.ch 2009-12-28 18:18:25 +00:00
commit 1d99b0df4a
3 changed files with 0 additions and 187 deletions

View file

@ -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;