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: 6b2b8744c1e6
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36a19171cc1a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 6, 2020

  1. Disabled broken code

    azonenberg committed Sep 6, 2020
    Copy the full SHA
    36a1917 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 scopeprotocols/OFDMDemodulator.cpp
4 changes: 4 additions & 0 deletions scopeprotocols/OFDMDemodulator.cpp
Original file line number Diff line number Diff line change
@@ -149,6 +149,10 @@ void OFDMDemodulator::ClearSweeps()

void OFDMDemodulator::Refresh()
{
//Not implemented, do nothing
SetData(NULL, 0);
return;

//Make sure we've got valid inputs
if(!VerifyAllInputsOKAndAnalog())
{