Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r9a14f69c0f0de343b5664b20753142b50bc4e093 -r6d1ea33dbe56d63b13802cacd09c263a5ee7e6e0 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 9a14f69c0f0de343b5664b20753142b50bc4e093) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 6d1ea33dbe56d63b13802cacd09c263a5ee7e6e0) @@ -24,7 +24,7 @@ //#include "Integrity.h" #include "Messaging.h" #include "ModeInitPOST.h" -//#include "NVMgmtDD.h" +#include "NVMgmtDD.h" #include "OperationModes.h" #include "Pressure.h" #include "SafetyShutdown.h" @@ -133,7 +133,7 @@ break; case DD_POST_STATE_NVDATAMGMT: - //testStatus = execNVMSelfTest(); + testStatus = execNVMSelfTest(); postState = handlePOSTStatus( testStatus ); break;