summaryrefslogtreecommitdiff
path: root/device-functions.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 /device-functions.c
parent3b75e6ea95e96d470ba465ae07f2d2764e2cfa61 (diff)
rename ab_mode_allowed to pw_ab_mode_enabled
Diffstat (limited to 'device-functions.c')
-rw-r--r--device-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c
index a804879..f25a62d 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -1366,7 +1366,7 @@ int Set_Pwmode(int channel,int mode)
return InvalidChannel;
}
- if (!(globals.Flash.ab_mode_allowed[channel]) && (mode==pw_in_out)) {
+ if (!(globals.Flash.pw_ab_mode_enabled[channel]) && (mode==pw_in_out)) {
return SyntaxError;
}