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 **********