summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:40:09 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:40:09 +0900
commite61288ff7f0a705ce9c7f60b33429f92f3bfb573 (patch)
treee0d376ae2edb321bec995af2b59b1de981c22311 /flash.c
parent29183c2be225efa74127103e4f71c1d26495a825 (diff)
add cap_for_pw_rc_limit for AVR-8F-B
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 4523515..db04663 100644
--- a/flash.c
+++ b/flash.c
@@ -884,6 +884,8 @@ static void initFlashValues(FlashStruct *mem)
mem->double_pulse_extra_pw_margin[i] = 1.0;
mem->double_pulse_extra_deadtime[i] = 100.0e-9;
mem->double_pulse_min_sep[i] = 1.0e-6;
+
+ mem->cap_for_pw_rc_limit[i] = 0.0;
}
mem->relay_delay_in_sec=0.5;