Index: firmware/App/Modes/ModeFlush.c =================================================================== diff -u -re8f6f5fda0c67cd09a0a7968e3cf305691e75101 -raca6b7647a097d3fc8cadaa19ffb38afc2a145ca --- firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision e8f6f5fda0c67cd09a0a7968e3cf305691e75101) +++ firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision aca6b7647a097d3fc8cadaa19ffb38afc2a145ca) @@ -51,7 +51,7 @@ #define DRAIN_PUMP_TARGET_RPM 2400 ///< Drain pump target RPM during drain. // Drain R1 & R2 states defines -#define DRAIN_WEIGHT_UNCHANGE_TIMEOUT_MS ( 6 * MS_PER_SECOND ) ///< Time period of unchanged weight during draining before timeout. +#define DRAIN_WEIGHT_UNCHANGE_TIMEOUT_MS ( 6 * MS_PER_SECOND ) ///< Time period of unchanged weight during draining before timeout. // Flush drain path state defines #define FLUSH_DRAIN_WAIT_TIME_MS ( 2 * 60 * MS_PER_SECOND ) ///< Flush Drain path wait time in milliseconds.