]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
REM: Removed a debugstatment
authoriceman1001 <iceman@iuse.se>
Wed, 22 Jul 2015 21:36:28 +0000 (23:36 +0200)
committericeman1001 <iceman@iuse.se>
Wed, 22 Jul 2015 21:36:28 +0000 (23:36 +0200)
armsrc/fpgaloader.c

index b4117e82c113c23889c0bc8044266d1f14da56e7..7bcee1eb677300c0e1511cdc4c253e92b9497fb7 100644 (file)
@@ -276,9 +276,6 @@ static void DownloadFPGA_byte(unsigned char w)
 // Download the fpga image starting at current stream position with length FpgaImageLen bytes
 static void DownloadFPGA(int bitstream_version, int FpgaImageLen, z_streamp compressed_fpga_stream, uint8_t *output_buffer)
 {
-
-       Dbprintf("DownloadFPGA(len: %d)", FpgaImageLen);
-       
        int i=0;
 
        AT91C_BASE_PIOA->PIO_OER = GPIO_FPGA_ON;
Impressum, Datenschutz