Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -r9b306db98cfce6e9a750b971e1a34c688618aeae --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 9b306db98cfce6e9a750b971e1a34c688618aeae) @@ -15,6 +15,7 @@ * ***************************************************************************/ +#include #include "reg_crc.h" // Used to hold reset reason code at startup before bits get cleared #include "reg_system.h" // Used to access exception status registers for reset reason code at startup @@ -24,7 +25,6 @@ //#include "Integrity.h" #include "Messaging.h" #include "ModeInitPOST.h" -//#include "NVDataMgmt.h" #include "OperationModes.h" #include "Pressure.h" #include "SafetyShutdown.h" @@ -133,7 +133,7 @@ break; case DD_POST_STATE_NVDATAMGMT: - //testStatus = execNVDataMgmtSelfTest(); + testStatus = execNVMSelfTest(); postState = handlePOSTStatus( testStatus ); break;