summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-08-08 15:42:47 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-08-08 15:42:47 -0400
commit9b3247cc4ac1d731d6221bef448064d14bfddc74 (patch)
treeddd370037f8fabd9ccb83b1c19329130fbcf5c1d /flash.c
parent73d7c34660a5fbee66dfe95979778e0f9a86dee6 (diff)
added basic parser support for EW mode, and added ew_enabled to flash
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index d219054..311881c 100644
--- a/flash.c
+++ b/flash.c
@@ -698,6 +698,7 @@ static void initFlashValues(FlashStruct *mem)
mem->double_pulse_allowed[i]=1;
mem->invert_allowed[i]=1;
mem->ea_enabled[i]=1;
+ mem->ew_enabled[i]=0;
mem->switchable_load[i]=1;
mem->monitor_enabled[i]=0;
mem->use_pos_ampl_data_only[i]=0;