]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfops.c
FIX: added some tnp3xxx identification i formatMifare.lua
[proxmark3-svn] / armsrc / lfops.c
index dc5efe68061d408fbdb0f58634a853de635bb6a0..1a7c32245411ff560f937323caf9b93ace96d217 100644 (file)
@@ -452,7 +452,7 @@ void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc)
 void SimulateTagLowFrequency(int period, int gap, int ledcontrol)
 {
        int i = 0;
-       uint8_t *buff = (uint8_t *)BigBuf;
+       uint8_t *buf = (uint8_t *)BigBuf;
 
        FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
        FpgaSendCommand(FPGA_CMD_SET_DIVISOR, 95); //125Khz
@@ -493,7 +493,7 @@ void SimulateTagLowFrequency(int period, int gap, int ledcontrol)
                //#define LOW(x)         AT91C_BASE_PIOA->PIO_CODR = (x)
                //#define HIGH(x)        AT91C_BASE_PIOA->PIO_SODR = (x)
                
-               if ( buff[i] > 0 ){
+               if ( buf[i] > 0 ){
                        HIGH(GPIO_SSC_DOUT);
                        //FpgaSendCommand(FPGA_CMD_SET_DIVISOR, 95); //125Khz
                        //FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_PASSTHRU);
Impressum, Datenschutz