Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -rdb7519208571b5c988f362b18441d17498af917e -r53274f1111e3feab9f47e6501f50af074a15838e --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision db7519208571b5c988f362b18441d17498af917e) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 53274f1111e3feab9f47e6501f50af074a15838e) @@ -407,8 +407,9 @@ * @brief * The transitionToDrySelfTests function resets anything required before * the start of dry self-tests. - * @details Inputs: none - * @details Outputs: Dry self-tests re-initialized. + * @details Inputs: front door state + * @details Outputs: Dry self-tests re-initialized, VBA state changed depending + * on front door state * @return none *************************************************************************/ void transitionToDrySelfTests() @@ -1005,7 +1006,7 @@ * The handleDrySelfTestUsedCartridgeCheckState function verify no fluid is * detected by bubble detectors to ensure the cartridge is new. * @details Inputs: none - * @details Outputs: none + * @details Outputs: cartridgeUsedTestRun * @return the next state of dry self-tests state machine *************************************************************************/ static DRY_SELF_TESTS_STATE_T handleDrySelfTestUsedCartridgeCheckState( void )