PICloud many important fixes

This commit is contained in:
Бычков Андрей
2022-11-11 16:18:05 +03:00
parent ec8fbcb112
commit cb59017ebb
9 changed files with 57 additions and 19 deletions

View File

@@ -540,7 +540,7 @@ protected:
DeviceMode mode_;
DeviceOptions options_;
ReadRetFunc func_read = nullptr;
bool opened_ = false;
std::atomic_bool opened_;
void * ret_data_ = nullptr;
private: