diff options
author | mjc <mjc@avtechpulse.com> | 2000-01-01 00:01:01 +0900 |
---|---|---|
committer | mjc <mjc@avtechpulse.com> | 2000-01-01 00:01:01 +0900 |
commit | 21423c3785df243d03cde5bc7817445f95e8fba1 (patch) | |
tree | c8cfec7b59f99ea52f54fbde696ee4ae6283cbc8 /flash.c | |
parent | 4dc26232f303ff91955ed5656da5bae6d8978242 (diff) |
make self-cal min count configurable
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |