Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -r19a8bf98a7154e24c35da25225d4b55bf70ddd09 -r06477e29097a60ca81d5d9382c4a773d30dedf69 --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 19a8bf98a7154e24c35da25225d4b55bf70ddd09) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 06477e29097a60ca81d5d9382c4a773d30dedf69) @@ -93,7 +93,8 @@ BOOL checkForPrimeOcclusion( void ); BOOL startHeparinBolus( void ); BOOL startHeparinContinuous( void ); -BOOL setSyringePumpDACVref( F32 vRef ); +BOOL setSyringePumpDACVref( void ); +void syringeDetectionRequired( BOOL req ); BOOL isSyringeDetected( void ); BOOL isSyringePumpHome( void );