Index: firmware/App/Controllers/DialysateFlow.h =================================================================== diff -u -r1c2f96bf994157b11c0c32ddaf96fc91a9a1da1d -rce20c155091cd03f6ec01c0316a428b8b612492f --- firmware/App/Controllers/DialysateFlow.h (.../DialysateFlow.h) (revision 1c2f96bf994157b11c0c32ddaf96fc91a9a1da1d) +++ firmware/App/Controllers/DialysateFlow.h (.../DialysateFlow.h) (revision ce20c155091cd03f6ec01c0316a428b8b612492f) @@ -43,6 +43,8 @@ void initDialysateFlowMeter( void ); +SELF_TEST_STATUS_T execDialysateFlowMeterSelfTest( void ); + void execDialysateFlowMeterMonitor( void ); F32 getMeasuredDialysateFlowRate( void );