brewco/brewco.h

changeset 470
c2794ae0def3
parent 469
d26def846029
child 472
55bcbf92ecab
--- a/brewco/brewco.h	Mon Dec 21 22:36:30 2015 +0100
+++ b/brewco/brewco.h	Mon Dec 21 22:53:29 2015 +0100
@@ -293,16 +293,17 @@
 #define	STEP_PREBOIL	9			/* Heating before boil		*/
 #define	STEP_BOILING	10			/* Boil				*/
 #define	STEP_BOILDONE	11			/* Boil done, hopstand		*/
-#define STEP_WHIRLPOOL1	12			/* Whirlpool hot		*/
-#define STEP_HOPSTAND1	13			/* Hopstand 88..100		*/
-#define	STEP_COOLING1	14			/* Cooling to hopstand 2	*/
-#define STEP_HOPSTAND2	15			/* Hopstand 71..77		*/
-#define STEP_COOLING2	16			/* Cooling to hopstand 3	*/
-#define STEP_HOPSTAND3	17			/* Hopstand 60..66		*/
-#define STEP_COOLING	18			/* Final cooling		*/
-#define STEP_WHIRLPOOL	19			/* Final whirlpool		*/
-#define	STEP_CLEANUP	20			/* Cleanup			*/
-#define	STEP_BREWDONE	21			/* Final step			*/
+#define STEP_HOPSTAND1	12			/* Hopstand 88..100		*/
+#define STEP_COOLING1   13                      /* Cooling to whirlpool hot	*/
+#define STEP_WHIRLPOOL1 14                      /* Whirlpool hot                */
+#define	STEP_COOLING2	15			/* Cooling to hopstand 2	*/
+#define STEP_HOPSTAND2	16			/* Hopstand 71..77		*/
+#define STEP_COOLING3	17			/* Cooling to hopstand 3	*/
+#define STEP_HOPSTAND3	18			/* Hopstand 60..66		*/
+#define STEP_COOLING	19			/* Final cooling		*/
+#define STEP_WHIRLPOOL	20			/* Final whirlpool		*/
+#define	STEP_CLEANUP	21			/* Cleanup			*/
+#define	STEP_BREWDONE	22			/* Final step			*/
 
 #define	MASH_NA		0			/* Not in any state yet		*/
 #define	MASH_PROMPT	1			/* Prompt the user		*/

mercurial