Index: firmware/App/Modes/StatePreTxHeparinSetup.h =================================================================== diff -u -rc27a2530b0cab5dc46459037c7ff7816b1a21dad -rc55d2e00f6e4d0a0a5f5968dc02e6d719f643a3a --- firmware/App/Modes/StatePreTxHeparinSetup.h (.../StatePreTxHeparinSetup.h) (revision c27a2530b0cab5dc46459037c7ff7816b1a21dad) +++ firmware/App/Modes/StatePreTxHeparinSetup.h (.../StatePreTxHeparinSetup.h) (revision c55d2e00f6e4d0a0a5f5968dc02e6d719f643a3a) @@ -36,11 +36,11 @@ // ********** public function prototypes ********** -void initPreTxHeparinSetup( void ); // Initialize this unit -void transitionToPreTxHeparinSetup( void ); // Prepares for transition to pre-treatment heparin setup state -void execPreTxHeparinSetup( void ); // Execute the pre-treatment heparin setup state machine +void initPreTxHeparinSetup( void ); // Initialize this unit +void transitionToPreTxHeparinSetup( void ); // Prepares for transition to pre-treatment heparin setup state +void execPreTxHeparinSetup( void ); // Execute the pre-treatment heparin setup state machine -U32 getPreTxHeparinSetupState( void ); // Gets current pre-treatment heparin setup state +U32 getPreTxHeparinSetupState( void ); // Gets current pre-treatment heparin setup state void signalResumePreTxHeparinSetup( void ); // Signal resume request for pre-treatment heparin setup BOOL isPreTxHeparinAwaitingSyringeLoadConfirmation( void ); // Returns TRUE when awaiting syringe load confirmation