Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue to build the actual code with MSYS2 / MINGW64 related to usleep (Impact file RSRTO6Oscilloscope.cpp) #765

Closed
bvernoux opened this issue Mar 26, 2023 · 1 comment

Comments

@bvernoux
Copy link
Contributor

Issue to build the actual code with MSYS2 / MINGW64 related to usleep (Impact file RSRTO6Oscilloscope.cpp from PR #759 )
See https://github.com/glscopeclient/scopehal/search?q=usleep&type=code
Solution is to apply #262 (comment)

bvernoux added a commit to bvernoux/scopehal that referenced this issue Mar 26, 2023
azonenberg added a commit that referenced this issue Mar 26, 2023
Replace usleep(..) by std::this_thread::sleep_for(std::chrono::microseconds(..)) to fix issue #765
@azonenberg
Copy link
Collaborator

Fixed in 66719f3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants