Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r1d9599c2903d2fe7eb0e48e24f3f809932d1a38d -r820ae95a8bff7334e6211ffadf081a86c5059b00 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 1d9599c2903d2fe7eb0e48e24f3f809932d1a38d) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 820ae95a8bff7334e6211ffadf081a86c5059b00) @@ -1069,7 +1069,7 @@ * The handleDrySelfTestCartridgeLoadedCheckState function verifies a cartridge * is installed by checking sufficient pressure at OB sensor. * @details Inputs: none - * @details Outputs: dryPressureTestsCompleted + * @details Outputs: occlusionBaselineWasSet * @return the next state of dry self-tests state machine *************************************************************************/ static DRY_SELF_TESTS_STATE_T handleDrySelfTestCartridgeLoadedCheckState( void ) @@ -1098,8 +1098,8 @@ * @brief * The handleDrySelfTestSyringePumpSeekState function handles the syringe * pump seek dry self-test state. - * @details Inputs: - * @details Outputs: + * @details Inputs: useHeparin + * @details Outputs: pressureSelfTestPreNormalStartTime * @return the next state of dry self-tests state machine *************************************************************************/ static DRY_SELF_TESTS_STATE_T handleDrySelfTestSyringePumpSeekState( void )