Index: firmware/App/Controllers/DialInFlow.h =================================================================== diff -u -r8466e63f95f65a3ffb18c3af85ac99328e41167b -r50fc6ca962c381ac98c9f032115973a5fff2a761 --- firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision 8466e63f95f65a3ffb18c3af85ac99328e41167b) +++ firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision 50fc6ca962c381ac98c9f032115973a5fff2a761) @@ -69,7 +69,7 @@ F32 getMeasuredDialInPumpSpeed( void ); F32 getMeasuredDialInPumpMCSpeed( void ); F32 getMeasuredDialInPumpMCCurrent( void ); -F32 getDialInPumpPWMDutyCyclePct( void ); +F32 getDialInPumpPWMDutyCyclePct( BOOL init ); BOOL testSetDialInFlowDataPublishIntervalOverride( U32 value ); BOOL testResetDialInFlowDataPublishIntervalOverride( void );