From: Dake Date: Wed, 26 Aug 2015 14:01:08 +0000 (+0200) Subject: syntax corrective X-Git-Tag: v2.3.0~25^2~1 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/fff58476af2e83ff89dbbc6c9804bfea116c88dd syntax corrective --- diff --git a/armsrc/lfops.c b/armsrc/lfops.c index dc7ffd88..275544f5 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -321,7 +321,7 @@ void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc) { -FpgaDownloadAndGo(FPGA_BITSTREAM_LF); + FpgaDownloadAndGo(FPGA_BITSTREAM_LF); if(crc == 0) { crc = update_crc16(crc, (idlo)&0xff); crc = update_crc16(crc, (idlo>>8)&0xff);