summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-10-02 11:27:39 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-10-02 11:27:39 -0400
commite1678aa56d0d1deaf003e0a04f09d26000d9eca5 (patch)
tree38364da8bc2b3a7402c60f5d22f0749e2755245b /flash.c
parent4f2926c5b5f396200ea5cc521ba1d2f622de5119 (diff)
added chans_opposite_polarities for AVR-D3-B-MS1 error checking
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 03b0529..781537b 100644
--- a/flash.c
+++ b/flash.c
@@ -462,6 +462,7 @@ static void initFlashValues(FlashStruct *mem)
mem->self_cal_typical_time_sec=0;
mem->prf_limiter=1;
+ mem->chans_opposite_polarities=0;
mem->pcb116c_mon=1; /* more recent ADC, different reading code */
mem->warn_even_if_output_off=0;