remove compiler warnings of new compilerversion /
[owTools.git] / src / owUSBInterface.cpp
index 0aa82d4..8768663 100644 (file)
@@ -284,7 +284,7 @@ uint8_t owUSBInterface::sendrecivBit(uint8_t bit) {
       // success, read the result
       nBytes = 1;
       if (DS2490Read(hDevice, buf, &nBytes)) {
-               usleep(70);
+               usleep(200);
          return buf[0];
        }
       else