Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -r5b3be58e0b2dc2ffce534363f85023d03ca561ba -rf25fbefbf6baa354b26dcbe17787821124b56c82 --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 5b3be58e0b2dc2ffce534363f85023d03ca561ba) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision f25fbefbf6baa354b26dcbe17787821124b56c82) @@ -71,8 +71,8 @@ void stopSyringePump( void ); BOOL retractSyringePump( void ); BOOL primeSyringePump( void ); -BOOL startHeparinBolus( F32 flowRate ); -BOOL startHeparinContinuous( F32 flowRate ); +BOOL startHeparinBolus( void ); +BOOL startHeparinContinuous( void ); BOOL setSyringePumpDACVref( F32 vRef ); BOOL isSyringeDetected( void );