Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -ra4f914bb121154c4bd8b9f44171d3b3c00d826c6 -ra504d6899e709d7432af9c055db1bd1fe340d032 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision a4f914bb121154c4bd8b9f44171d3b3c00d826c6) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision a504d6899e709d7432af9c055db1bd1fe340d032) @@ -84,6 +84,12 @@ // manage data to be transmitted to other sub-systems execSystemCommTx(); + // Primary heaters state machine + execPrimaryHeaters(); + + // Trimmer heater state machine + execTrimmerHeater(); + // toggle GPIO to indicate general task has executed // gioToggleBit( gioPORTB, 1 ); }