From 11fe3a8975062301146b69adbbcdf23a48205dbf Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 22 Jul 2015 23:36:28 +0200 Subject: [PATCH 1/1] REM: Removed a debugstatment --- armsrc/fpgaloader.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/armsrc/fpgaloader.c b/armsrc/fpgaloader.c index b4117e82..7bcee1eb 100644 --- a/armsrc/fpgaloader.c +++ b/armsrc/fpgaloader.c @@ -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; -- 2.39.2