Index: firmware/App/Controllers/BloodLeak.c =================================================================== diff -u -rd089b3bd30b565fb264817b6df70e083d8a9ec46 -r402885eda2ed755a079c854d1228ac5f76cbec7c --- firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision d089b3bd30b565fb264817b6df70e083d8a9ec46) +++ firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision 402885eda2ed755a079c854d1228ac5f76cbec7c) @@ -8,7 +8,7 @@ * @file BloodLeak.c * * @author (last) Dara Navaei -* @date (last) 04-Aug-2022 +* @date (last) 22-Sep-2022 * * @author (original) Peman Montazemi * @date (original) 18-Mar-2021 @@ -604,8 +604,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 ) @@ -705,8 +707,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 )