summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:47:05 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:47:05 +0900
commit4e7eae444566b943459200232bda5e52e482cb08 (patch)
tree93a0adab952cd81299cc1b15d373cd6a34d33b38 /flash.c
parente96bfa21e1e6951c0e23144321cffe29c8b2bd67 (diff)
add support for double-external-trigger mode in KMPF
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 1d84309..19bbf71 100644
--- a/flash.c
+++ b/flash.c
@@ -822,6 +822,8 @@ static void initFlashValues(FlashStruct *mem)
for (j=0; j<max_fixed_ampl_points; j++) {
mem->fixed_ampl_points[i][j] = 0.0;
}
+
+ mem->ext2_enabled[i] = 0;
}
mem->relay_delay_in_sec=0.5;