Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -r6bd5b453f642257421e27d2f14cea5de3c3f6750 -r82833f6e61c29f1fd8222dbac69a88c50aa04673 --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 6bd5b453f642257421e27d2f14cea5de3c3f6750) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 82833f6e61c29f1fd8222dbac69a88c50aa04673) @@ -22,10 +22,10 @@ #include "ModeService.h" #include "ModeFault.h" #include "ModeStandby.h" +#include "ModePostTreat.h" #include "ModePreTreat.h" #include "ModeTreatment.h" #include "ModeUpdate.h" -#include "ModePostTreat.h" //#include "NVDataMgmt.h" #include "OperationModes.h" #include "TaskGeneral.h" Index: firmware/App/TDCommon.h =================================================================== diff -u -r0675141b5089536135dd205aeb65b62967ec3524 -r82833f6e61c29f1fd8222dbac69a88c50aa04673 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision 0675141b5089536135dd205aeb65b62967ec3524) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 82833f6e61c29f1fd8222dbac69a88c50aa04673) @@ -39,7 +39,7 @@ // #define TEST_UI_ONLY 1 // Alpha test with TD and UI only - no DD #define TEST_DISABLE_UI_ALARMS 1 // Disable UI alarms // #define TEST_USE_OFF_AS_STOP_BUTTON 1 // Alpha test re-purposing off button as a stop button - #define TEST_NO_PRESSURE_CHECKS 1 // Alpha test with no pressure sensor checks +// #define TEST_NO_PRESSURE_CHECKS 1 // Alpha test with no pressure sensor checks // #define TEST_NO_STOP_CONSUME_CHECK 1 // Alpha test with no check for stop button timeout // #define ASN_DEMO 1