From 18aeeb30a6ec5cd4eb87e7824df380fc8208d6f6 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. --- BaS_GNU/sources/BaS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/sources/BaS.c b/BaS_GNU/sources/BaS.c index 0dea05c..ec62973 100644 --- a/BaS_GNU/sources/BaS.c +++ b/BaS_GNU/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 */ } }