From 4e7eae444566b943459200232bda5e52e482cb08 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:47:05 +0900 Subject: add support for double-external-trigger mode in KMPF --- flash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flash.c') 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; jfixed_ampl_points[i][j] = 0.0; } + + mem->ext2_enabled[i] = 0; } mem->relay_delay_in_sec=0.5; -- cgit