summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-06 13:20:55 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-06 13:20:55 -0400
commit1a41781b6b17630c8456a9e3cfa8d201c87324cd (patch)
treec211032a7ac2e776185265e5e25787a8a0445659 /flash.c
parent0744c2015b73fa6319cb486fca79cc2c83373985 (diff)
add toggle_trig_at_boot for IL710 initialization
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 83ed642..637f599 100644
--- a/flash.c
+++ b/flash.c
@@ -861,6 +861,7 @@ static void initFlashValues(FlashStruct *mem)
}
mem->ext2_enabled[i] = 0;
+ mem->toggle_trig_at_boot[i] = 0;
}
mem->relay_delay_in_sec=0.5;