thermferm/devices.c

changeset 215
5ad534c79a22
parent 213
2317b8d644fa
child 220
382938c5fce2
--- a/thermferm/devices.c	Sun Aug 10 23:36:22 2014 +0200
+++ b/thermferm/devices.c	Mon Aug 11 11:09:23 2014 +0200
@@ -500,6 +500,10 @@
 	     */
 	    usleep(10000);
 	}
+	/*
+	 * Delay a bit after all devices
+	 */
+	usleep(100000);
     }
 
     syslog(LOG_NOTICE, "Thread my_devices_loop stopped");

mercurial