Index: firmware/App/Monitors/Pressures.c =================================================================== diff -u -re0d2ac9688850fd3ac560775391e2ca8198087d3 -r0ee7b6d35e1a493f6b3e644d037e95bcc06a84b0 --- firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision e0d2ac9688850fd3ac560775391e2ca8198087d3) +++ firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision 0ee7b6d35e1a493f6b3e644d037e95bcc06a84b0) @@ -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 -r0485d8da36f2be953119cca9607bf27583c903c8 -r0ee7b6d35e1a493f6b3e644d037e95bcc06a84b0 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 0485d8da36f2be953119cca9607bf27583c903c8) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 0ee7b6d35e1a493f6b3e644d037e95bcc06a84b0) @@ -175,6 +175,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 -rfd7ae0e54cd7041c275c7312b4beddbf3feeceb0 -r0ee7b6d35e1a493f6b3e644d037e95bcc06a84b0 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision fd7ae0e54cd7041c275c7312b4beddbf3feeceb0) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 0ee7b6d35e1a493f6b3e644d037e95bcc06a84b0) @@ -25,7 +25,7 @@ #define TD_VERSION_MAJOR 0 #define TD_VERSION_MINOR 0 #define TD_VERSION_MICRO 0 -#define TD_VERSION_BUILD 41 +#define TD_VERSION_BUILD 69 // ********** development build switches **********