Index: firmware/App/Modes/TreatmentStop.h =================================================================== diff -u -rccfd15568f1e3d304320c2babb2fd4bcf0413304 -r8bd1ae47aa13a843aa8abd6321ddc050deacb4a6 --- firmware/App/Modes/TreatmentStop.h (.../TreatmentStop.h) (revision ccfd15568f1e3d304320c2babb2fd4bcf0413304) +++ firmware/App/Modes/TreatmentStop.h (.../TreatmentStop.h) (revision 8bd1ae47aa13a843aa8abd6321ddc050deacb4a6) @@ -34,6 +34,13 @@ // ********** public definitions ****************** +/// 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) +} TREATMENT_STOP_PAYLOAD_T; + // ********** public function prototypes ********** void initTreatmentStop( void );