X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8ddfbc34dca5e3780862d97fd7ea91f309bd75a1..4460be68c36b9545a493d4e4479cd0bb14a576cd:/armsrc/lfops.c?ds=sidebyside diff --git a/armsrc/lfops.c b/armsrc/lfops.c index c80700ae..642b1937 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -393,6 +393,8 @@ void SimulateTagLowFrequency(int period, int gap, int ledcontrol) int i = 0; uint8_t *tab = BigBuf_get_addr(); + StartTicks(); + FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_EDGE_DETECT | FPGA_LF_EDGE_DETECT_READER_FIELD); AT91C_BASE_PIOA->PIO_PER = GPIO_SSC_DOUT | GPIO_SSC_CLK;