Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r72ab02a2c5612b5ee178d682671b5e34d16ca3c3 -r0a4dcd288d4347b85baaa0b07da568b6add5eac7 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 72ab02a2c5612b5ee178d682671b5e34d16ca3c3) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 0a4dcd288d4347b85baaa0b07da568b6add5eac7) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2023 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file TaskGeneral.c * * @author (last) Dara Navaei -* @date (last) 24-Aug-2022 +* @date (last) 17-Oct-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -83,7 +83,9 @@ // Monitor temperatures execTemperatures(); -#endif +#endif + // Monitor processor RAM status + execRAMMonitor(); // Run operation mode state machine execOperationModes(); @@ -113,9 +115,6 @@ // Manage alarm state execAlarmMgmt(); - - // Monitor processor RAM status - execRAMMonitor(); #endif // Manage data to be transmitted to other sub-systems