Index: firmware/App/Controllers/DialInFlow.h =================================================================== diff -u -r50fc6ca962c381ac98c9f032115973a5fff2a761 -r5070f8552a200e15dcc2ca0532db10fba9dc8c6b --- firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision 50fc6ca962c381ac98c9f032115973a5fff2a761) +++ firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision 5070f8552a200e15dcc2ca0532db10fba9dc8c6b) @@ -63,8 +63,10 @@ SELF_TEST_STATUS_T execDialInFlowTest( void ); S32 getTargetDialInFlowRate( void ); -F32 getMeasuredDialInFlowRate( void ); +F32 getMeasuredDialInFlowRate( void ); +#ifdef USE_FMD_FLOW_SENSOR F32 getMeasuredDialInFlowSignalStrength( void ); +#endif F32 getMeasuredDialInPumpRotorSpeed( void ); F32 getMeasuredDialInPumpSpeed( void ); F32 getMeasuredDialInPumpMCSpeed( void ); @@ -84,8 +86,10 @@ BOOL testResetMeasuredDialInPumpMCSpeedOverride( void ); BOOL testSetMeasuredDialInPumpMCCurrentOverride( F32 value ); BOOL testResetMeasuredDialInPumpMCCurrentOverride( void ); +#ifdef USE_FMD_FLOW_SENSOR BOOL testSetMeasuredDialInFlowSignalStrengthOverride( F32 value ); BOOL testResetMeasuredDialInFlowSignalStrengthOverride( void ); +#endif /**@}*/