Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r1e323172095bb1ca6969f65976049c9fbe19c489 -r53dd658c22a8e91597304b1aff96fee43b7b8c49 --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 1e323172095bb1ca6969f65976049c9fbe19c489) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 53dd658c22a8e91597304b1aff96fee43b7b8c49) @@ -65,7 +65,7 @@ SELF_TEST_STATUS_T execBloodLeakSelfTest( void ); BLOOD_LEAK_STATUS_T getBloodLeakStatus( void ); -SELF_TEST_STATUS_T getBloodLeakSelfTestStatus( void ); // TODO maybe this should not be self test status and just a boolean? +SELF_TEST_STATUS_T getBloodLeakSelfTestStatus( void ); BOOL testSetBloodLeakDataPublishIntervalOverride( U32 value ); BOOL testResetBloodLeakDataPublishIntervalOverride( void );