Re-enable -Wall

This commit is contained in:
henryk@ploetzli.ch 2009-09-06 19:19:38 +00:00
commit d4086fe2b7
2 changed files with 2 additions and 2 deletions

View file

@ -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);