removed setting of all pins high, no longer required by new load module.

This commit is contained in:
jakeg00dwin 2024-07-28 17:37:54 -07:00
parent a118d621c8
commit 7b1f76c470
1 changed files with 0 additions and 1 deletions

View File

@ -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);