Index: firmware/App/Modes/Rinseback.h =================================================================== diff -u -r736cc5b56cc9c784ab1d8fc8687a73d190c35759 -r43b787035c0bced47c483e95ed0be21914dcac0f --- firmware/App/Modes/Rinseback.h (.../Rinseback.h) (revision 736cc5b56cc9c784ab1d8fc8687a73d190c35759) +++ firmware/App/Modes/Rinseback.h (.../Rinseback.h) (revision 43b787035c0bced47c483e95ed0be21914dcac0f) @@ -39,12 +39,12 @@ /// Payload record structure for a rinseback data broadcast message. typedef struct { - F32 targetRinsebackVolumeMl; - F32 deliveredRinsebackVolumeMl; - U32 rinsebackFlowRateMlMin; - U32 timeout; - U32 countdown; - BOOL isCompleted; + F32 targetRinsebackVolumeMl; ///< Target rinse back volume in mL. + F32 deliveredRinsebackVolumeMl; ///< Delivered rinse back volume in mL. + U32 rinsebackFlowRateMlMin; ///< Rinse back flow rate in mL/min. + U32 timeout; ///< Timeout in milliseconds. + U32 countdown; ///< Countdown. + BOOL isCompleted; ///< Is completed. } RINSEBACK_DATA_PAYLOAD_T; #pragma pack(pop)