]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfops.c
Reduced the size of BigBuf to make more room for stack/vars
[proxmark3-svn] / armsrc / lfops.c
index 9fe60de81cbd7ec02bcf49f2584ff8d14c3c4d2a..6ac4e7251c97df16fb85bd71c2c189583686e787 100644 (file)
@@ -123,6 +123,7 @@ void AcquireTiType(void)
        int n = 1250;\r
 \r
        // clear buffer\r
+       DbpIntegers((DWORD)BigBuf, sizeof(BigBuf), 0x12345678);\r
        memset(BigBuf,0,sizeof(BigBuf));\r
 \r
        // Set up the synchronous serial port\r
@@ -218,17 +219,6 @@ void AcquireRawBitsTI(void)
        FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);\r
 }\r
 \r
-// this is a dummy function to get around\r
-// a possible flash bug in the bootloader\r
-// delete once you've added more code.\r
-void DummyDummyDummy(void)\r
-{\r
-       FpgaSendCommand(FPGA_CMD_SET_DIVISOR, 88); //134.8Khz\r
-       FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_PASSTHRU);\r
-       AcquireTiType();\r
-       FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);\r
-}\r
-\r
 // arguments: 64bit data split into 32bit idhi:idlo and optional 16bit crc\r
 // if crc provided, it will be written with the data verbatim (even if bogus)\r
 // if not provided a valid crc will be computed from the data and written.\r
Impressum, Datenschutz