diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-10-02 11:27:39 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-10-02 11:27:39 -0400 |
commit | e1678aa56d0d1deaf003e0a04f09d26000d9eca5 (patch) | |
tree | 38364da8bc2b3a7402c60f5d22f0749e2755245b /flash.c | |
parent | 4f2926c5b5f396200ea5cc521ba1d2f622de5119 (diff) |
added chans_opposite_polarities for AVR-D3-B-MS1 error checking
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |