diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:35:22 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:35:22 +0900 |
commit | 6dd6772dc72dde0e1412ace800931c1117eadbba (patch) | |
tree | 45f73ad161570a422cef1e6dd22d4487a4b24efb /flash.c | |
parent | 8347c2fdacd9868c793bdc1bc9a2ac5c9ffc166e (diff) |
added ability to increase output-on delay
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -477,6 +477,8 @@ static void initFlashValues(FlashStruct *mem) mem->ampl_ranges_for_ch2_only=0; + mem->output_on_delay=DEFAULT_OUTPUT_ON_DELAY; // 0.8 seconds + mem->ChanKey_frequency=0; mem->ChanKey_delay=0; mem->ChanKey_pw=0; |