diff --git a/main.c b/main.c index 1ce7859..acc1f3e 100644 --- a/main.c +++ b/main.c @@ -46,14 +46,14 @@ int main(int argc, char **argv) TriacOut_PulsePins(GatePulses[i]); } - //Thes G1-G3 pins are low at this point. + //The G1-G3 pins are low at this point. _delay_ms(2500); ZCD_Poll(); TriacOut_SetupPins(); TriacOut_SetAllHigh(); Load_HandlePinLoads(void); while(true){ - ; //Do nothing until new Power/reset occurs + ; //Do nothing until new Power cycle/reset occurs } } }