Index: firmware/App/Controllers/PresOccl.h =================================================================== diff -u -r1cefdd82890709898ba4f5c8d8d93db1e650bec0 -r6872cd9877a06d2246640b57444b857c6935b677 --- firmware/App/Controllers/PresOccl.h (.../PresOccl.h) (revision 1cefdd82890709898ba4f5c8d8d93db1e650bec0) +++ firmware/App/Controllers/PresOccl.h (.../PresOccl.h) (revision 6872cd9877a06d2246640b57444b857c6935b677) @@ -31,6 +31,7 @@ */ // ********** public definitions ********** + #define USE_NORMAL_STABILIZATION_PERIOD FALSE #define USE_SHORT_STABILIZATION_PERIOD TRUE @@ -42,15 +43,6 @@ NUM_OF_PRESSURE_SENSORS ///< Number of pressure sensors } PRESSURE_SENSORS_T; -/// Enumeration of occlusion sensors monitored by this module. -typedef enum OcclusionSensors -{ - OCCLUSION_SENSOR_BLOOD_PUMP = 0, ///< Blood pump occlusion sensor - OCCLUSION_SENSOR_DIAL_IN_PUMP, ///< Dialysate inlet pump occlusion sensor - OCCLUSION_SENSOR_DIAL_OUT_PUMP, ///< Dialysate outlet pump occlusion sensor - NUM_OF_OCCLUSION_SENSORS ///< Number of occlusion sensors -} OCCLUSION_SENSORS_T; - /// Enumeration of arterial/venous pressure limits states. typedef enum PressureLimitsStates {