- 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
This commit is contained in:
Frank Voorburg 2013-10-15 13:21:45 +00:00
parent b1860f43d5
commit 3bfdc5b9bf
1 changed files with 1 additions and 1 deletions

View File

@ -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 */