summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authormjc <mjc@avtechpulse.com>2000-01-01 00:01:01 +0900
committermjc <mjc@avtechpulse.com>2000-01-01 00:01:01 +0900
commit21423c3785df243d03cde5bc7817445f95e8fba1 (patch)
treec8cfec7b59f99ea52f54fbde696ee4ae6283cbc8 /flash.c
parent4dc26232f303ff91955ed5656da5bae6d8978242 (diff)
make self-cal min count configurable
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 529ce74..ba89401 100644
--- a/flash.c
+++ b/flash.c
@@ -518,6 +518,7 @@ static void initFlashValues(FlashStruct *mem)
mem->prf_limiter=1;
mem->self_cal_ref_freq = SELF_CAL_REF_FREQ;
+ mem->self_cal_min_count = SELF_CAL_MIN_COUNT;
mem->pcb116c_mon=1; /* more recent ADC, different reading code */
mem->warn_even_if_output_off=0;