X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/940d53098c64fde87ac035a3b6ba7722d43e755e..fff58476af2e83ff89dbbc6c9804bfea116c88dd:/armsrc/lfops.c 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);