summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:23:17 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:23:17 +0900
commite12558f1ed16d3bdb96f7f0fbd05b48eb7558a0e (patch)
tree6115cb3a9b6f61e0295715bfa5d3daf3928ce835 /flash.c
parentbee40b77fc98991b4b6ef33b1e738915bc989ff0 (diff)
replace pol_norm and pol_complement with NO/YES for clarity
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 26b12f9..0178f30 100644
--- a/flash.c
+++ b/flash.c
@@ -830,7 +830,7 @@ static void initFlashValues(FlashStruct *mem)
mem->hard_current_limit_enabled[i]=0;
mem->soft_current_limit_enabled[i]=0;
- mem->invert_by_default[i]=pol_norm;
+ mem->invert_by_default[i]=NO;
mem->max_avg_ampl[i]=0.0;