Index: firmware/App/Modes/TreatmentRecirc.h =================================================================== diff -u -r89f4c7f0995e2094b3f26fc7e7e12371e847abac -re4cc37257141c5227186ac6d8ca3d6c87d009042 --- firmware/App/Modes/TreatmentRecirc.h (.../TreatmentRecirc.h) (revision 89f4c7f0995e2094b3f26fc7e7e12371e847abac) +++ firmware/App/Modes/TreatmentRecirc.h (.../TreatmentRecirc.h) (revision e4cc37257141c5227186ac6d8ca3d6c87d009042) @@ -31,6 +31,15 @@ * @{ */ +// ********** public definitions ********** + +/// Payload record structure for treatment recirculate mode data broadcast message +typedef struct +{ + U32 timeout; ///< Recirculation timeout time (in seconds) + U32 countdown; ///< Recirculation timeout countdown (in seconds) +} TREATMENT_RECIRC_PAYLOAD_T; + // ********** public function prototypes ********** void initTreatmentRecirc( void );