Added comment about the NVRAM.

This commit is contained in:
Vincent Rivière
2012-10-19 21:09:56 +00:00
parent 205df9f2d9
commit b80bcf0c79

View File

@@ -56,7 +56,7 @@ void BaS(void)
{
for (i = 0; i < 64; i++)
{
* (uint8_t *) 0xffff8963 = MCF_PSC3_PSCRB_8BIT; /* TODO: what are we doing here ? */
* (uint8_t *) 0xffff8963 = MCF_PSC3_PSCRB_8BIT; /* Copy the NVRAM data from the PIC to the FPGA */
}
}