mirror of https://github.com/rusefi/openblt.git
- 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:
parent
b1860f43d5
commit
3bfdc5b9bf
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue