]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
syntax corrective
authorDake <thomas.cayrou@gmail.com>
Wed, 26 Aug 2015 14:01:08 +0000 (16:01 +0200)
committerDake <thomas.cayrou@gmail.com>
Wed, 26 Aug 2015 14:01:08 +0000 (16:01 +0200)
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