Index: firmware/App/Controllers/Valves.h =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -r9577444556a75d90a90331288eb8aeeedc4e12b1 --- firmware/App/Controllers/Valves.h (.../Valves.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Controllers/Valves.h (.../Valves.h) (revision 9577444556a75d90a90331288eb8aeeedc4e12b1) @@ -63,6 +63,7 @@ /// Balancing chamber valve states override structure typedef struct { + BOOL reset; ///< Reset (bool) U32 valveStatesBits; ///< Bits indicating whether balancing chamber valve states should be open(1) or closed(0). } DD_BC_VALVE_OVERRIDE_PAYLOAD_T; #pragma pack(pop)