Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r8533726f0d9dbde9edfb041966696b0b26a9b004 -r1ada95392e4baf6f97158cb23e3c0e85709c07ba --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 8533726f0d9dbde9edfb041966696b0b26a9b004) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 1ada95392e4baf6f97158cb23e3c0e85709c07ba) @@ -7,8 +7,8 @@ * * @file ROPump.c * -* @author (last) Bill Bracken -* @date (last) 01-Sep-2023 +* @author (last) Sean Nash +* @date (last) 30-Sep-2023 * * @author (original) Sean * @date (original) 04-Apr-2020 @@ -323,7 +323,7 @@ * roPumpPWMDutyCyclePctSet, roPumpControlMode * @details Outputs: roPumpOpenLoopTargetDutyCycle, roPumpPWMDutyCyclePct, * roPumpPWMDutyCyclePctSet, roPumpControlMode - * @param: duty which is the duty cycle + * @param duty which is the duty cycle * @return none *************************************************************************/ BOOL setROPumpTargetDutyCycle( F32 duty ) @@ -944,7 +944,7 @@ * RO pump data publish interval. * @details Inputs: roPumpDataPublishInterval * @details Outputs: roPumpDataPublishInterval - * @param: value : override RO pump data publish interval with (in ms) + * @param value : override RO pump data publish interval with (in ms) * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetROPumpDataPublishIntervalOverride( U32 value ) Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r2f7745ccdb84c09134a43a9b8ca87f619135c478 -r1ada95392e4baf6f97158cb23e3c0e85709c07ba --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 2f7745ccdb84c09134a43a9b8ca87f619135c478) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 1ada95392e4baf6f97158cb23e3c0e85709c07ba) @@ -7,8 +7,8 @@ * * @file ModeFill.c * -* @author (last) Dara Navaei -* @date (last) 20-Sep-2023 +* @author (last) Sean Nash +* @date (last) 30-Sep-2023 * * @author (original) Leonardo Baloa * @date (original) 19-Nov-2019 @@ -1177,7 +1177,9 @@ * percentFactor. * @details Inputs: None * @details Outputs: None - * @param: testValue, baseValue, percentFactor + * @param testValue value to check range for + * @param baseValue value associated with 100% + * @param percentFactor percentage range (100% +/- this value) * @return TRUE if testValue is within range. Otherwise, return FALSE *************************************************************************/ static BOOL isValueWithinPercentRange( F32 testValue, F32 baseValue, F32 percentFactor ) @@ -1268,7 +1270,7 @@ * acid volume. * @details Inputs: used acid volume * @details Outputs: used acid volume - * @param: value : override used acid volume in mL + * @param value override used acid volume in mL * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetUsedAcidVolumeMLOverride( F32 value ) @@ -1316,7 +1318,7 @@ * bicarb volume. * @details Inputs: used bicarb volume * @details Outputs: used bicarb volume - * @param: value : override used bicarb volume in mL + * @param value override used bicarb volume in mL * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetUsedBicarbVolumeMLOverride( F32 value ) @@ -1364,7 +1366,7 @@ * fill mode data publish interval. * @details Inputs: FillModeDataPublishInterval * @details Outputs: FillModeDataPublishInterval - * @param: value override fill mode data publish interval with (in ms) + * @param value override fill mode data publish interval with (in ms) * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetFillModeDataPublishIntervalOverride( U32 value ) @@ -1410,7 +1412,7 @@ * integrated volume. * @details Inputs: value * @details Outputs: integratedVolumeML - * @param: value integrated volume in mL + * @param value integrated volume in mL * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetIntegratedVolumeOverride( F32 value ) Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -rfa508da7e2f77c8e85a504058ceb56749ec753b6 -r1ada95392e4baf6f97158cb23e3c0e85709c07ba --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision fa508da7e2f77c8e85a504058ceb56749ec753b6) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 1ada95392e4baf6f97158cb23e3c0e85709c07ba) @@ -7,8 +7,8 @@ * * @file OperationModes.c * -* @author (last) Michael Garthwaite -* @date (last) 18-Sep-2023 +* @author (last) Sean Nash +* @date (last) 30-Sep-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -484,7 +484,6 @@ * status event. * @details Inputs: currentMode, currentSubMode, currentSubState * @details Outputs: dat1, dat2. - * @param none * @return none *************************************************************************/ static void sendOperationStatusEvent()