From 0d209804ec4934e85c2673a00d3f135bff9b3e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Fri, 19 Oct 2012 21:09:56 +0000 Subject: [PATCH] Added comment about the NVRAM. --- sources/BaS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/BaS.c b/sources/BaS.c index 0dea05c..ec62973 100644 --- a/sources/BaS.c +++ b/sources/BaS.c @@ -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 */ } }