]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfops.c
syntax corrective
[proxmark3-svn] / armsrc / lfops.c
index dc7ffd8818d9f7e9829dad12f26613ba4e09106d..275544f585c7faf479e50ad1fea2eda0496941a4 100644 (file)
@@ -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);
Impressum, Datenschutz