removed setting of all pins high, no longer required by new load module.
This commit is contained in:
parent
a118d621c8
commit
7b1f76c470
|
@ -49,7 +49,6 @@ int main(int argc, char **argv)
|
|||
_delay_ms(2500);
|
||||
ZCD_Poll();
|
||||
TriacOut_SetupPins();
|
||||
TriacOut_SetAllHigh();
|
||||
|
||||
Load_HandleLoadPortA(ADC_LOAD1, 1);
|
||||
Load_HandleLoadPortB(ADC_LOAD2, 3);
|
||||
|
|
Loading…
Reference in New Issue