Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r736cc5b56cc9c784ab1d8fc8687a73d190c35759 -r967ea942b679788e09ff129686c63836cfe6609f --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 736cc5b56cc9c784ab1d8fc8687a73d190c35759) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 967ea942b679788e09ff129686c63836cfe6609f) @@ -36,9 +36,9 @@ /// Enumeration of blood leak detector status. typedef enum BloodLeakDetectorStatus { - BLOOD_LEAK_DETECTED = 0, ///< Blood leak detector senses blood - BLOOD_LEAK_NOT_DETECTED, ///< Blood leak detector does not sense any blood - NUM_OF_BLOOD_LEAK_STATUS ///< Number of blood leak detector status + BLOOD_LEAK_DETECTED = 0, ///< Blood leak detector senses blood. + BLOOD_LEAK_NOT_DETECTED, ///< Blood leak detector does not sense any blood. + NUM_OF_BLOOD_LEAK_STATUS ///< Number of blood leak detector status. } BLOOD_LEAK_STATUS_T; /// Blood leak detector data publish