summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 10:08:59 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 10:08:59 +0900
commit0776239b5a5dca3382fa0dd3e4b9b8f4a7400d18 (patch)
treebef521e01b3684365b2b1c4ed1ded8a5900129a1 /flash.c
parent52ab11e9bdac98d7c8ea0111d92118325da7f4b3 (diff)
add PW distortion for AVR-E, AVIR, AVL. 0% at max amplitude, 100% below set valueINSTRUMENT_6_2_11b
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 431a7db..8a0926e 100644
--- a/flash.c
+++ b/flash.c
@@ -723,6 +723,8 @@ static void initFlashValues(FlashStruct *mem)
mem->max_duty_mid2[i]=0.0;
mem->duty_ampl_mid2[i]=0.0;
+ mem->distort_fully_below_ampl[i]=0.0;
+
mem->min_slew[i]=90e6;
mem->max_slew[i]=210e6;
mem->max_high_rl_duty[i]=80.0;