Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r6d1ea33dbe56d63b13802cacd09c263a5ee7e6e0 -r1fa38184526c2b0c072eb8745c653f772156a824 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 6d1ea33dbe56d63b13802cacd09c263a5ee7e6e0) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 1fa38184526c2b0c072eb8745c653f772156a824) @@ -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 "NVMgmtDD.h" #include "OperationModes.h" #include "Pressure.h" #include "SafetyShutdown.h"