This commit is contained in:
Markus Fröschle
2012-10-11 22:03:47 +00:00
parent 3009001613
commit 638c4e8ac2

View File

@@ -271,7 +271,7 @@ void init_fpga(void)
} }
} while ((!MCF_GPIO_PPDSDR_FEC1L & (1 << 5)) && (fpga_data < (uint8_t *) 0xE0800000)); } while ((!MCF_GPIO_PPDSDR_FEC1L & (1 << 5)) && (fpga_data < (uint8_t *) 0xE0800000));
for (fpga_data = 0; fpga_data < 4000; fpga_data++) for (i = 0; i < 4000; i++)
{ {
/* toggle a little more since it's fun ;) */ /* toggle a little more since it's fun ;) */
MCF_GPIO_PODR_FEC1L |= 1; MCF_GPIO_PODR_FEC1L |= 1;