summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
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;