Index: firmware/App/Modes/StateTxPaused.h =================================================================== diff -u -rb57e35bcded6968444b66e7a58dec34c3dd99082 -refea0f2103b95889d77f98daaa4175a6efb777c4 --- firmware/App/Modes/StateTxPaused.h (.../StateTxPaused.h) (revision b57e35bcded6968444b66e7a58dec34c3dd99082) +++ firmware/App/Modes/StateTxPaused.h (.../StateTxPaused.h) (revision efea0f2103b95889d77f98daaa4175a6efb777c4) @@ -34,8 +34,8 @@ /// Payload record for treatment stop mode broadcast message typedef struct { - U32 timeout; ///< Blood sitting timeout (in seconds) - U32 countdown; ///< Blood sitting timeout countdown (in seconds) + U32 timeout; ///< Blood sitting timeout (in seconds). + U32 countdown; ///< Blood sitting timeout countdown (in seconds). } TREATMENT_PAUSED_PAYLOAD_T; // ********** public function prototypes ********** Index: firmware/App/Monitors/Pressures.c =================================================================== diff -u -r036a75d76ab01912646a480b935d97187a231a19 -refea0f2103b95889d77f98daaa4175a6efb777c4 --- firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision 036a75d76ab01912646a480b935d97187a231a19) +++ firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision efea0f2103b95889d77f98daaa4175a6efb777c4) @@ -88,7 +88,7 @@ #define HIGH_VEN_PRES_ALARM_PERSISTENCE 500 ///< Alarm persistence period for high venous pressure alarm #define PRES_OCCL_ALARM_PERSISTENCE ( 3 * MS_PER_SECOND ) ///< Alarm persistence period for occlusion alarms #define VEN_OCCL_ALARM_PERSISTENCE 100 ///< Alarm persistence period for venous occlusion alarm. -#define AIR_PUMP_TOLERANCE_TIMEOUT_MS (1 * MS_PER_SECOND ) ///< Time to allow increased maximum venous high limit +#define AIR_PUMP_TOLERANCE_TIMEOUT_MS ( 1 * MS_PER_SECOND ) ///< Time to allow increased maximum venous high limit /// Measured arterial pressure is filtered w/ 10 second moving average for pressure compensation of flow. #define SIZE_OF_LONG_ART_ROLLING_AVG ( ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) * 10 )