Index: firmware/App/Controllers/BloodLeak.c =================================================================== diff -u -rfb1673d2282822995ed233f3e9ea5dfb0567780d -ra67030b162e759b0c9e350344112bbf26af794be --- firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision fb1673d2282822995ed233f3e9ea5dfb0567780d) +++ firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision a67030b162e759b0c9e350344112bbf26af794be) @@ -576,8 +576,10 @@ * @brief * The handleBloodLeakNormalState function handles the Blood Leak module * in normal state. - * @details Inputs: none - * @details Outputs: Blood Leak module normal. + * @details Inputs: bloodLeakStatus, bloodLeakPersistenceCtr, + * bloodLeakExitNormalRequested + * @details Outputs: bloodLeakStatus, bloodLeakPersistenceCtr, + * bloodLeakExitNormalRequested, bloodLeakEmbModeHasZeroBeenRqustd * @return next state *************************************************************************/ static BLOOD_LEAK_STATE_T handleBloodLeakNormalState( void ) @@ -677,8 +679,10 @@ * The handleBloodLeakEmbModeWaitForCommandState function handles the wait for * command state. The state prepares the message to be sent to the blood leak * sensor. - * @details Inputs: bloodLeakEmbModeRqstedCmd, bloodLeakCalCharacter - * @details Outputs: bloodLeakCalCommandSquence, bloodLeakUARTCmdIndex + * @details Inputs: bloodLeakEmbModeRqstedCmd, bloodLeakEmbModeCmd + * @details Outputs: bloodLeakEmbModeRqstedCmd, bloodLeakEmbModeCmdSeq, + * bloodLeakUARTCmdIndex, bloodLeakEmbModeRespIndex, bloodLeakEmbModeCmdSeqLength, + * bloodLeakEmbModeOpsStartTime, bloodLeakEmbModeSetPoint, bloodLeakEmbModeRespBuffer * @return next state *************************************************************************/ static BLOOD_LEAK_EMB_MODE_STATE_T handleBloodLeakEmbModeWaitForCommandState( void )