Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r833dc8408890ca24e537ccfd7cbc7f47abe19aa4 -r911ce9cc5d8fef1de75938686203b9b323cd2d69 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 833dc8408890ca24e537ccfd7cbc7f47abe19aa4) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 911ce9cc5d8fef1de75938686203b9b323cd2d69) @@ -651,7 +651,8 @@ * @brief * The checkArterialPressureInRange function checks that artieral pressure is * within the set alarm limits. Alarm is triggered if not. - * @details Inputs: arterialPressure + * @details Inputs: arterialPressure, pressureLimitsActive, currentArterialMinLimit, + * currentArterialMaxLimit * @details Outputs: Alarm if out of range * @return none *************************************************************************/ @@ -700,7 +701,8 @@ * @brief * The checkVenousPressureInRange function checks that venous pressure is * within the set alarm limits. Alarm is triggered if not. - * @details Inputs: venousPressure + * @details Inputs: venousPressure, pressureLimitsActive, currentVenousMinLimit + * currentVenousMaxLimit * @details Outputs: Alarm if out of range * @return none *************************************************************************/