Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -r120487ddf3e3d69d1de5094d5252c037588e2ed8 -r53ded5e26646574d5bae2cebd5de47a2ac5a3c2d --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 120487ddf3e3d69d1de5094d5252c037588e2ed8) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 53ded5e26646574d5bae2cebd5de47a2ac5a3c2d) @@ -143,6 +143,7 @@ BOOL isSyringePumpRunning( void ); BOOL isSyringePumpPreLoaded( void ); F32 getSyringePumpVolumeDelivered( void ); +BOOL isSyringePumpPositionKnown( void ); BOOL testSyringePumpOperationRequest( MESSAGE_T *message ); BOOL testSyringePumpDataPublishIntervalOverride( MESSAGE_T *message );