Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -ra635fc9674913460c74831add7886c85d8aaf8f1 -re0ad341ad6390bafe0954af43d09e9b8577b1042 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision a635fc9674913460c74831add7886c85d8aaf8f1) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision e0ad341ad6390bafe0954af43d09e9b8577b1042) @@ -47,7 +47,7 @@ checkInWithWatchdogMgmt( TASK_GENERAL ); // do this first to keep timing consistent with watchdog management // manage data received from other sub-systems - execSystemCommRx(); + //execSystemCommRx(); // Control RTC // After CommRx and and before execOperationModes() @@ -57,7 +57,7 @@ execOperationModes(); // manage alarm state - execAlarmMgmt(); + //execAlarmMgmt(); // control alarm lamp execAlarmLamp(); @@ -79,7 +79,7 @@ #endif // manage data to be transmitted to other sub-systems - execSystemCommTx(); + //execSystemCommTx(); // toggle GPIO to indicate general task has executed // gioToggleBit( gioPORTB, 1 );