summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-08-08 15:14:52 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-08-08 15:14:52 -0400
commit4cc3c2c26ad9657407b7e130896a231f693c16f9 (patch)
tree94456199e2aa5825575aadf804ef10a5a970f0ba /flash.c
parent3b75e6ea95e96d470ba465ae07f2d2764e2cfa61 (diff)
rename ab_mode_allowed to pw_ab_mode_enabled
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;