summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:14:53 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:14:53 +0900
commitdd8cc92a83e426ae110668bc53c306de6216551e (patch)
treec6d4edabbad3a81461988656ab2af7bbcc912ff0 /flash.c
parent1518785c23d5122a52259d73e50069f1d8fc8a8b (diff)
added support for sequential vs binary attenuator stages
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/flash.c b/flash.c
index 637f599..8ff94e2 100644
--- a/flash.c
+++ b/flash.c
@@ -861,7 +861,8 @@ static void initFlashValues(FlashStruct *mem)
}
mem->ext2_enabled[i] = 0;
- mem->toggle_trig_at_boot[i] = 0;
+ mem->toggle_trig_at_boot[i] = 1;
+ mem->sequential_attenuators[i] = 0;
}
mem->relay_delay_in_sec=0.5;