Added profile state ABORT

Mon, 11 Aug 2014 12:34:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 11 Aug 2014 12:34:49 +0200
changeset 218
311a293b3e46
parent 217
2922d439ff63
child 219
ae720212accc

Added profile state ABORT

thermferm/thermferm.h file | annotate | diff | comparison | revisions
--- a/thermferm/thermferm.h	Mon Aug 11 12:34:05 2014 +0200
+++ b/thermferm/thermferm.h	Mon Aug 11 12:34:49 2014 +0200
@@ -159,6 +159,8 @@
 #define	PROFILE_PAUSE		1		/* Profile pause		*/
 #define	PROFILE_RUN		2		/* Profile is running		*/
 #define	PROFILE_DONE		3		/* Profile is finished		*/
+#define	PROFILE_ABORT		4		/* Profile abort		*/
+
 
 /*
  * External devices like sensors, relays.

mercurial