From 679f2d4feb2e2c124c18334e2e0029f0615041b6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 3 Apr 2024 17:15:12 +0200 Subject: [PATCH] remove comments --- armsrc/lfadc.c | 3 --- 1 file changed, 3 deletions(-) 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;