From 3bfdc5b9bf93916431dd7b5f05e478ee053b9d7f Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 15 Oct 2013 13:21:45 +0000 Subject: [PATCH] - Reactivated code that was commented out for testing in the HCS12 flash driver. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@64 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/HCS12/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Target/Source/HCS12/flash.c b/Target/Source/HCS12/flash.c index e5e0dc47..0efb1247 100644 --- a/Target/Source/HCS12/flash.c +++ b/Target/Source/HCS12/flash.c @@ -610,7 +610,7 @@ blt_bool FlashDone(void) /* flash operations complete, so clear the RAM buffer with operation execution code */ for (cnt=0; cnt<(sizeof(flashExecCmd)/sizeof(flashExecCmd[0])); cnt++) { - // ##Vg TODO enable again.. flashExecCmdRam[cnt] = 0; + flashExecCmdRam[cnt] = 0; } /* still here so all is okay */