Merge branch 'master' into pico_sdk

This commit is contained in:
2026-08-11 18:21:50 +03:00
29 changed files with 243 additions and 139 deletions
-1
View File
@@ -1074,7 +1074,6 @@ bool PIThread::_waitForFinish(PISystemTime max_tm) {
if (!running_) return true;
# ifdef WINDOWS
if (!isExists(PRIVATE->thread)) {
unlock();
return true;
}
# endif