removed the setallhigh function call. Not needed.
This commit is contained in:
parent
c4ffb855e0
commit
ea7341d6c8
|
@ -52,7 +52,6 @@ int main(int argc, char **argv)
|
|||
_delay_ms(2500);
|
||||
ZCD_Poll();
|
||||
TriacOut_SetupPins();
|
||||
TriacOut_SetAllHigh();
|
||||
|
||||
//Constantly ensure the loads are in a valid range.
|
||||
while(true){
|
||||
|
|
Loading…
Reference in New Issue