diff --git a/armsrc/lfadc.c b/armsrc/lfadc.c index f6ddd7603..4ec5c4b60 100644 --- a/armsrc/lfadc.c +++ b/armsrc/lfadc.c @@ -230,10 +230,7 @@ void lf_init(bool reader, bool simulate, bool ledcontrol) { // When in reader mode, give the field a bit of time to settle. // 313T0 = 313 * 8us = 2504us = 2.5ms Hitag2 tags needs to be fully powered. -// if (reader) { - // 10 ms SpinDelay(10); -// } // Steal this pin from the SSP (SPI communication channel with fpga) and use it to control the modulation AT91C_BASE_PIOA->PIO_PER = GPIO_SSC_DOUT;