HMCCUDEV: try to fix usleep bug

git-svn-id: https://svn.fhem.de/fhem/trunk@10381 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap
2016-01-06 16:20:46 +00:00
parent 5941d12808
commit a58a2ee1a7

View File

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