version 2.33.0

piMinSleep() method
This commit is contained in:
2021-11-16 14:43:57 +03:00
parent 48c885e12a
commit a2a205cfd2
12 changed files with 28 additions and 26 deletions

View File

@@ -162,7 +162,7 @@ private:
return;
}
if (ret > 0) {
piMSleep(PIP_MIN_MSLEEP);
piMinSleep();
return;
}
diag_.received(1);