Index: firmware/App/Controllers/DialInFlow.h =================================================================== diff -u -r3ded5ffcbcade3f1da5d40c52936ab5f97fc6ec9 -rc84daa1f07003427fc5cdde8f5651434478f7313 --- firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision 3ded5ffcbcade3f1da5d40c52936ab5f97fc6ec9) +++ firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision c84daa1f07003427fc5cdde8f5651434478f7313) @@ -58,7 +58,7 @@ void getDialInFlowCalibration( F32 *gain, F32 *offset ); BOOL testSetDialInFlowDataPublishIntervalOverride( U32 value ); BOOL testResetDialInFlowDataPublishIntervalOverride( void ); -BOOL testSetTargetDialInFlowRateOverride( S32 value ); +BOOL testSetTargetDialInFlowRateOverride( S32 value, U32 ctrlMode ); BOOL testResetTargetDialInFlowRateOverride( void ); BOOL testSetMeasuredDialInFlowRateOverride( F32 value ); BOOL testResetMeasuredDialInFlowRateOverride( void );