Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -rd96d1805307c4e4586416629081b3314037392bf -r61c6f9386e49c5f03792b82d3e6c9bacc98d384a --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision d96d1805307c4e4586416629081b3314037392bf) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 61c6f9386e49c5f03792b82d3e6c9bacc98d384a) @@ -35,10 +35,6 @@ // ********** private definitions ********** -/// Maximum time in this mode before blood sitting alarm given (in general task intervals). -static const U32 MAX_TIME_BLOOD_SITTING = ( ( 5 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ); -/// Maximum time in this mode before blood sitting warning given (in general task intervals). -static const U32 WARN_TIME_BLOOD_SITTING = ( ( 4 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ); /// Treatment stop status broadcast interval. #define TREATMENT_STOP_DATA_PUBLISH_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL )