Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 61faae0d667f
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43578bea2251
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 8, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    43578be View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 scopehal/DemoOscilloscope.cpp
1 change: 1 addition & 0 deletions scopehal/DemoOscilloscope.cpp
Original file line number Diff line number Diff line change
@@ -486,6 +486,7 @@ bool DemoOscilloscope::AcquireData()
wfm->m_startTimestamp = start;
wfm->m_startFemtoseconds = fs;
wfm->m_triggerPhase = 0;
wfm->m_densePacked = true;
}

m_pendingWaveformsMutex.lock();