Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -re59287e5915e01c44af22fc54eafc29cb0f6c2c0 -ra5e4e578efe1af6c82530e73d58b09b2b7ad625c --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision e59287e5915e01c44af22fc54eafc29cb0f6c2c0) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision a5e4e578efe1af6c82530e73d58b09b2b7ad625c) @@ -47,7 +47,6 @@ #define DIALYSATE_FILL_TIME_OUT ( 5 * SEC_PER_MIN * MS_PER_SECOND ) ///< Time out period when reservoir is not filled with correct dialysate. #define EMPTY_BOTTLE_DETECT_PERSISTENT_PERIOD_MS ( 5 * MS_PER_SECOND ) ///< Persistent period for empty bottle detect. - #define CONCENTRATE_PUMP_PRIME_INTERVAL ( 3 * MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< Persistent time interval for concentrate pumps prime. #define ACID_BICARB_CONCENTRATE_ADDITION_MULTIPLER 1.06 ///< Acid and bicarbonate concentrates make up around 6% to total volume.