thermferm/thermferm.h

changeset 418
0bfe08c7ba6e
parent 397
00ca08f5a6f8
child 420
644a6106d712
--- a/thermferm/thermferm.h	Sun Nov 08 21:24:52 2015 +0100
+++ b/thermferm/thermferm.h	Sun Nov 08 22:13:02 2015 +0100
@@ -55,6 +55,7 @@
 #define	LOCK_MENU		2
 #define	LOCK_SPARE2		3
 
+#endif
 
 
 /*
@@ -84,7 +85,6 @@
 #define	MENU_SYS_HALT		31
 #define	MENU_SYS_REBOOT		32
 
-#endif
 
 
 /*
@@ -314,11 +314,9 @@
     char		*hum_address;		/* Environment huminity		*/
     int			hum_state;		/* 0=ok, 1=missing, 2=error	*/
     int			hum_value;		/* Huminity in % * 1000		*/
-#ifdef HAVE_WIRINGPI_H
     int			lcd_cols;		/* LCD display columns		*/
     int			lcd_rows;		/* LCD display rows		*/
     int			lcd_address;		/* LCD display i2c address	*/
-#endif
     units_list		*units;			/* Fermenter units		*/
     profiles_list	*profiles;		/* Ferment profiles		*/
     devices_list	*devices;		/* Sensors and switches		*/

mercurial