Index: firmware/App/Monitors/Pressures.c =================================================================== diff -u -re9e339870c5ed01230963f00d400331ab879c91f -r2b2e6b9f81b69e782c5ca99ef52771a85ead332e --- firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision e9e339870c5ed01230963f00d400331ab879c91f) +++ firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision 2b2e6b9f81b69e782c5ca99ef52771a85ead332e) @@ -200,7 +200,7 @@ static U32 tmpPressureReadingsLongCount; ///< Number of samples in flow rolling average buffer. static PRESSURE_SELF_TEST_STATE_T pressurePostState; ///< Pressure self test post state. -//static HD_PRESSURE_SENSORS_CAL_RECORD_T pressureSensorsCalRecord; ///< Pressure sensors calibration record. +//static HD_PRESSURE_SENSORS_CAL_RECORD_T pressureSensorsCalRecord; ///< Pressure sensors calibration record. // ********** private function prototypes ********** Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r2e7706d646b75803605cf0bc30375763bf999416 -r2b2e6b9f81b69e782c5ca99ef52771a85ead332e --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 2e7706d646b75803605cf0bc30375763bf999416) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 2b2e6b9f81b69e782c5ca99ef52771a85ead332e) @@ -176,6 +176,7 @@ { MSG_ID_TD_HARD_STOP_BLOOD_PUMP, &testHardStopBloodPump }, { MSG_ID_TD_AIR_PUMP_POWER_RAISE_OVERRIDE_REQUEST, &testAirPumpPowerRaiseOverride }, { MSG_ID_TD_AIR_PUMP_POWER_LOWER_OVERRIDE_REQUEST, &testAirPumpPowerLowerOverride }, + { MSG_ID_TD_HARD_STOP_BLOOD_PUMP, &testHardStopBloodPump }, { MSG_ID_TD_BARO_MFG_CRC_OVERRIDE, &testBaroPressureMFGCRCOverride }, { MSG_ID_TD_BARO_PRESSURE_OVERRIDE, &testBaroPressureOverride }, { MSG_ID_TD_TEMPERATURE_OVERRIDE, &testTemperatureOverride }, Index: firmware/App/TDCommon.h =================================================================== diff -u -r2e7706d646b75803605cf0bc30375763bf999416 -r2b2e6b9f81b69e782c5ca99ef52771a85ead332e --- firmware/App/TDCommon.h (.../TDCommon.h) (revision 2e7706d646b75803605cf0bc30375763bf999416) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 2b2e6b9f81b69e782c5ca99ef52771a85ead332e) @@ -25,7 +25,7 @@ #define TD_VERSION_MAJOR 0 #define TD_VERSION_MINOR 0 #define TD_VERSION_MICRO 0 -#define TD_VERSION_BUILD 42 +#define TD_VERSION_BUILD 70 // ********** development build switches **********