summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.c b/flash.c
index 2dd497d..fe4adeb 100644
--- a/flash.c
+++ b/flash.c
@@ -695,7 +695,7 @@ static void initFlashValues(FlashStruct *mem)
mem->current_offset_enabled[i]=0;
mem->switchable_zout[i]=1;
mem->dc_mode_allowed[i]=1;
- mem->ab_mode_allowed[i]=1;
+ mem->pw_ab_mode_enabled[i]=1;
mem->double_pulse_allowed[i]=1;
mem->invert_allowed[i]=1;
mem->ea_enabled[i]=1;