2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

HMCCUDEV: try to fix usleep bug

git-svn-id: https://svn.fhem.de/fhem/trunk@10384 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap 2016-01-06 16:25:35 +00:00
parent 9b6cba6390
commit ffb7d63eda

View File

@ -43,7 +43,7 @@ use warnings;
use SetExtensions;
# use Data::Dumper;
use Time::HiRes qw( usleep );
use Time::HiRes qw( gettimeofday usleep );
sub HMCCUDEV_Define ($@);
sub HMCCUDEV_Set ($@);