Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -raaf0b2d7a81e5ff2d97e0e5b42e6cf7f1ca8fd7f -r5e379fb222e140f8b99603aacfb3e379c1b68039 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision aaf0b2d7a81e5ff2d97e0e5b42e6cf7f1ca8fd7f) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 5e379fb222e140f8b99603aacfb3e379c1b68039) @@ -167,7 +167,9 @@ break; default: - SET_ALARM_WITH_2_U32_DATA( ALARM_ID_TD_SOFTWARE_FAULT, SW_FAULT_ID_MODE_PRE_TREATMENT_INVALID_STATE, (U32)currentPreTreatmentState ); + SET_ALARM_WITH_2_U32_DATA( ALARM_ID_TD_SOFTWARE_FAULT, + SW_FAULT_ID_MODE_PRE_TREATMENT_INVALID_STATE, + (U32)currentPreTreatmentState ); break; } @@ -234,7 +236,9 @@ break; default: - SET_ALARM_WITH_2_U32_DATA( ALARM_ID_TD_SOFTWARE_FAULT, SW_FAULT_ID_MODE_PRE_TREATMENT_INVALID_STATE, (U32)currentPreTreatmentState ); + SET_ALARM_WITH_2_U32_DATA( ALARM_ID_TD_SOFTWARE_FAULT, + SW_FAULT_ID_MODE_PRE_TREATMENT_INVALID_STATE, + (U32)currentPreTreatmentState ); break; } } @@ -531,7 +535,7 @@ /*********************************************************************//** * The publishPreTreatmentStates function publishes the current * Pre-Treatment state and associated sub-state data to the UI. - * @details \b Inputs: currentPreTreatmentState, + * @details \b Inputs: currentPreTreatmentState, preTreatmentStatePublishInterval * preTreatmentStateBroadcastTimerCtr. * @details \b Outputs: preTreatmentStateBroadcastTimerCtr. * @return none @@ -580,10 +584,9 @@ { BOOL result = FALSE; - result = u32BroadcastIntervalOverride( - message, - &preTreatmentStatePublishInterval, - TASK_GENERAL_INTERVAL ); + result = u32BroadcastIntervalOverride( message, + &preTreatmentStatePublishInterval, + TASK_GENERAL_INTERVAL ); return result; } Index: firmware/App/Monitors/Pressures.c =================================================================== diff -u -ra629ad7c8df36f70c77c29ace60ca0a256d689d0 -r5e379fb222e140f8b99603aacfb3e379c1b68039 --- firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision a629ad7c8df36f70c77c29ace60ca0a256d689d0) +++ firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision 5e379fb222e140f8b99603aacfb3e379c1b68039) @@ -7,8 +7,8 @@ * * @file Pressures.c * -* @author (last) Vijay Pamula -* @date (last) 26-Jun-2026 +* @author (last) Varshini Nagabooshanam +* @date (last) 03-Aug-2026 * * @author (original) Sean Nash * @date (original) 24-Sep-2024 Index: firmware/App/TDCommon.h =================================================================== diff -u -rd52aef1bf0d48bb7108368c0ab60a75aeb535d91 -r5e379fb222e140f8b99603aacfb3e379c1b68039 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision d52aef1bf0d48bb7108368c0ab60a75aeb535d91) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 5e379fb222e140f8b99603aacfb3e379c1b68039) @@ -27,6 +27,7 @@ #define TD_VERSION_MICRO 0 #define TD_VERSION_BUILD 65 + // ********** development build switches ********** #ifndef _RELEASE_ @@ -39,7 +40,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