Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -rac2c218b9e310a14d2872c9b4c32a6f69615088e -rbd5622b94bc751fd9e7ccb7d34afdf69b60240ec --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision ac2c218b9e310a14d2872c9b4c32a6f69615088e) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision bd5622b94bc751fd9e7ccb7d34afdf69b60240ec) @@ -21,7 +21,8 @@ #include "CPLD.h" #include "DGInterface.h" #include "DialInFlow.h" -#include "DialOutFlow.h" +#include "DialOutFlow.h" +#include "NVDataMgmt.h" #include "OperationModes.h" #include "PresOccl.h" #include "SystemComm.h" @@ -92,7 +93,7 @@ execNVDataMgmtProcessRecord(); // Manage alarm state - //execAlarmMgmt(); + //execAlarmMgmt(); // Manage data to be transmitted to other sub-systems execSystemCommTx();