mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
REM: Removed a debugstatment
This commit is contained in:
parent
7838f4beba
commit
11fe3a8975
1 changed files with 0 additions and 3 deletions
|
@ -276,9 +276,6 @@ static void DownloadFPGA_byte(unsigned char w)
|
||||||
// Download the fpga image starting at current stream position with length FpgaImageLen bytes
|
// 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)
|
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;
|
int i=0;
|
||||||
|
|
||||||
AT91C_BASE_PIOA->PIO_OER = GPIO_FPGA_ON;
|
AT91C_BASE_PIOA->PIO_OER = GPIO_FPGA_ON;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue