diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:32:25 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:32:25 +0900 |
commit | 13a830f20ffaa8db11a7a3ff8299b916d729d43f (patch) | |
tree | dc78529527f375bcc367de709936cb1990b8d457 /flash.c | |
parent | 6c92f7f600f5cf65af14e1ff4ef8250197947d4a (diff) |
first attempt at adding min/max-only rise time, for -KTA-TRA
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |