Index: firmware/App/Modes/StateTxBloodPrime.h =================================================================== diff -u -r3fe89449a8859b7567cdf524727ef0ff738a706f -r11e4ed249b13d1e8a4cccbe5b5440f35d5a6decb --- firmware/App/Modes/StateTxBloodPrime.h (.../StateTxBloodPrime.h) (revision 3fe89449a8859b7567cdf524727ef0ff738a706f) +++ firmware/App/Modes/StateTxBloodPrime.h (.../StateTxBloodPrime.h) (revision 11e4ed249b13d1e8a4cccbe5b5440f35d5a6decb) @@ -51,6 +51,7 @@ 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 bloodPrimeHandleBloodFlowChangeRequest( MESSAGE_T *message ); // Handle blood prime command from UI BOOL testBloodPrimePublishIntervalOverride( MESSAGE_T *message ); BOOL testBloodPrimeVolumeOverride( MESSAGE_T *message );