mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Re-enable -Wall
This commit is contained in:
parent
bb03181744
commit
d4086fe2b7
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ static void DownloadFPGA_byte(unsigned char w)
|
|||
// If bytereversal is set: reverse the byte order in each 4-byte word
|
||||
static void DownloadFPGA(const char *FpgaImage, int FpgaImageLen, int bytereversal)
|
||||
{
|
||||
int i, j;
|
||||
int i;
|
||||
|
||||
PIO_OUTPUT_ENABLE = (1 << GPIO_FPGA_ON);
|
||||
PIO_ENABLE = (1 << GPIO_FPGA_ON);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue