Index: firmware/App/Monitors/Conductivity.h =================================================================== diff -u -r2869d16c34888bec55bded3b8aefd0203f56d3b0 -r025a7f95f01583900f371643caf29d551838ea23 --- firmware/App/Monitors/Conductivity.h (.../Conductivity.h) (revision 2869d16c34888bec55bded3b8aefd0203f56d3b0) +++ firmware/App/Monitors/Conductivity.h (.../Conductivity.h) (revision 025a7f95f01583900f371643caf29d551838ea23) @@ -35,6 +35,7 @@ #define RO_REJECTION_RATIO_OUT_OF_RANGE_VALUE 100.0F ///< Out of range value for RO rejection ratio when CPi conductivity is zero. +#pragma pack(push, 1) /// Conductivity data struct. typedef struct { @@ -61,6 +62,7 @@ F32 avgRORejectionRatioTankFill; ///< RO rejection ratio average during tank fill state U32 genPermeateState; ///< permeate tank state } RO_REJECTION_RATIO_DATA_T; +#pragma pack(pop) // ********** public function prototypes **********