From 055fdd9d8125ec09c7c5c93dfd727a5b534cb89f Mon Sep 17 00:00:00 2001 From: fhemzap <> Date: Wed, 6 Jan 2016 16:26:13 +0000 Subject: [PATCH] HMCCUCHN: try to fix usleep bug git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10385 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/HMCCU/88_HMCCUCHN.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/HMCCU/88_HMCCUCHN.pm b/contrib/HMCCU/88_HMCCUCHN.pm index 44585993f..980d3544f 100644 --- a/contrib/HMCCU/88_HMCCUCHN.pm +++ b/contrib/HMCCU/88_HMCCUCHN.pm @@ -40,7 +40,7 @@ use strict; use warnings; use SetExtensions; -use Time::HiRes qw( usleep ); +use Time::HiRes qw( gettimeofday usleep ); sub HMCCUCHN_Define ($@); sub HMCCUCHN_Set ($@);