summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:17:35 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:17:35 +0900
commitbee40b77fc98991b4b6ef33b1e738915bc989ff0 (patch)
tree7ed45ce42ab76f6600042fe8bb815001f15af699 /flash.c
parent8dc1f4f10021a55398d6f47621395ce402cdee06 (diff)
rename "polarity" variables to "inverted" 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 4f16634..26b12f9 100644
--- a/flash.c
+++ b/flash.c
@@ -495,7 +495,7 @@ static void initFlashValues(FlashStruct *mem)
mem->ChanKey_slew=0;
mem->ChanKey_func_mode=0;
- mem->ChanKey_polarity=0;
+ mem->ChanKey_inverted=0;
mem->ChanKey_output_state=0;
mem->ChanKey_gate_type=0;
mem->ChanKey_trigger_source=0;