Index: firmware/App/Controllers/Heaters.h =================================================================== diff -u -r8a553b10a224c745cb4bd6d963c867391905ba8c -re59287e5915e01c44af22fc54eafc29cb0f6c2c0 --- firmware/App/Controllers/Heaters.h (.../Heaters.h) (revision 8a553b10a224c745cb4bd6d963c867391905ba8c) +++ firmware/App/Controllers/Heaters.h (.../Heaters.h) (revision e59287e5915e01c44af22fc54eafc29cb0f6c2c0) @@ -62,7 +62,7 @@ F32 primaryEfficiency; ///< Primary heater efficiency F32 dialysateTargetLPM; ///< TODO remove this variable later F32 interimTargetTemp; ///< TODO remove this variable later - F32 targetHeaterFlowLPM ///< TODO remove this variable later + F32 targetHeaterFlowLPM; ///< TODO remove this variable later } HEATERS_DATA_T; // ********** Public function prototypes **********