summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 01:39:54 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 01:39:54 +0900
commit908dbc71beebb1bb9ebcb3bb8945043b3ee5e800 (patch)
tree7907b7e2a2c5a00c4479d2fc117aa905dfef9b7f /flash.c
parente61288ff7f0a705ce9c7f60b33429f92f3bfb573 (diff)
added hvps_avg_curr_limit for AVR-8F-B
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index db04663..687169c 100644
--- a/flash.c
+++ b/flash.c
@@ -886,6 +886,7 @@ static void initFlashValues(FlashStruct *mem)
mem->double_pulse_min_sep[i] = 1.0e-6;
mem->cap_for_pw_rc_limit[i] = 0.0;
+ mem->hvps_avg_curr_limit[i] = 0.0;
}
mem->relay_delay_in_sec=0.5;