thermferm/sensors.c

changeset 74
879bd09e2b96
parent 66
805f1d285acd
child 75
4b976601737d
--- a/thermferm/sensors.c	Mon Jun 23 22:50:29 2014 +0200
+++ b/thermferm/sensors.c	Tue Jun 24 20:21:07 2014 +0200
@@ -31,7 +31,7 @@
 #ifdef HAVE_WIRINGPI_H
 PI_THREAD (my_sensors_loop)
 #else
-int my_sensors_loop(void)
+void *my_sensors_loop(void *threadid)
 #endif
 {
     w1_therm		*tmp1, *old1;

mercurial