Index: firmware/App/Modes/StateTxBloodPrime.h =================================================================== diff -u -r395522dffef1348e176564925656012f529c1910 -r3fe89449a8859b7567cdf524727ef0ff738a706f --- firmware/App/Modes/StateTxBloodPrime.h (.../StateTxBloodPrime.h) (revision 395522dffef1348e176564925656012f529c1910) +++ firmware/App/Modes/StateTxBloodPrime.h (.../StateTxBloodPrime.h) (revision 3fe89449a8859b7567cdf524727ef0ff738a706f) @@ -36,8 +36,6 @@ // ********** public definitions ****************** -#define TUBING_BLOOD_PRIME_VOLUME_ML 106.6F ///< Tubing portion of blood prime volume to prime the blood side circuit (in mL). - /// Payload record structure for a blood prime data broadcast message. typedef struct { @@ -52,6 +50,7 @@ void execBloodPrime( void ); // Execute the blood prime sub-mode state machine BLOOD_PRIME_STATE_T getCurrentBloodPrimeState( void ); // Get the current treatment sub-mode state +BOOL bloodPrimeHandleCmdRequest( MESSAGE_T *message ); // Handle blood prime command from UI BOOL testBloodPrimePublishIntervalOverride( MESSAGE_T *message ); BOOL testBloodPrimeVolumeOverride( MESSAGE_T *message );