thermometers/thermometers.c

changeset 149
f019ea6a9d31
parent 145
1396350141cf
--- a/thermometers/thermometers.c	Tue Jul 29 21:31:36 2014 +0200
+++ b/thermometers/thermometers.c	Tue Jul 29 21:33:38 2014 +0200
@@ -208,9 +208,9 @@
 
 int server(void)
 {
-    char                buf[1024];
     int                 temp, rc = 0;
 #ifdef HAVE_WIRINGPI_H
+    char		buf[1024];
     int			lcdupdate;
 #endif
     w1_therm		*tmp1;

mercurial