Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r1c80d60fe6a95297a8a8033a3c7eade53e72779a -rb831c4f803bd92f6a16f854e3d02222fe76a379e --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 1c80d60fe6a95297a8a8033a3c7eade53e72779a) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision b831c4f803bd92f6a16f854e3d02222fe76a379e) @@ -54,10 +54,6 @@ // manage data received from other sub-systems execSystemCommRx(); - // Control RTC - // After CommRx and and before execOperationModes() - execRTC(); - // prevent most processing until UI has started communicating #ifndef RM46_EVAL_BOARD_TARGET if ( TRUE == uiCommunicated() ) @@ -75,6 +71,10 @@ // control dialysate inlet pump execDialInFlowController(); + // Control RTC + // After CommRx and and before execOperationModes() + execRTC(); + // manage alarm state execAlarmMgmt();