summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:32:25 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:32:25 +0900
commit13a830f20ffaa8db11a7a3ff8299b916d729d43f (patch)
treedc78529527f375bcc367de709936cb1990b8d457 /flash.c
parent6c92f7f600f5cf65af14e1ff4ef8250197947d4a (diff)
first attempt at adding min/max-only rise time, for -KTA-TRA
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 19bbf71..9aaef45 100644
--- a/flash.c
+++ b/flash.c
@@ -714,7 +714,7 @@ static void initFlashValues(FlashStruct *mem)
mem->switchable_load[i]=1;
mem->monitor_enabled[i]=0;
mem->use_pos_ampl_data_only[i]=0;
- mem->ampl_min_max_only[i]=0;
+ mem->rise_time_min_max_only[i]=0;
mem->eo_enabled[i]=1;
mem->ext_amplify_enabled[i]=1;