Index: firmware/App/Modes/ModePostTreat.c =================================================================== diff -u -r94c4f859bf5a6844089972b41fb60a8d6ebd0463 -rc5e8894c85d61b3e7406065f235b8fffa5c40cd0 --- firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision 94c4f859bf5a6844089972b41fb60a8d6ebd0463) +++ firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision c5e8894c85d61b3e7406065f235b8fffa5c40cd0) @@ -84,9 +84,9 @@ static TREATMENT_LOG_DATA_PAYLOAD_T treatmentLogData; ///< Treatment parameters record for logging. -static const ACID_TYPES_K[ NUM_OF_ACID_CONC_TYPES ] = { ACID_1251_1_K, - ACID_2251_0_K, - ACID_3251_9_K }; ///< Acid types potassium. +static const U32 ACID_TYPES_K[ NUM_OF_ACID_CONC_TYPES ] = { ACID_1251_1_K, + ACID_2251_0_K, + ACID_3251_9_K }; ///< Acid types potassium. // ********** private function prototypes **********