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

Commits on Sep 7, 2020

  1. Removed stray newline

    azonenberg committed Sep 7, 2020
    Copy the full SHA
    7f6da2a View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 scopeprotocols/EthernetRGMIIDecoder.cpp
2 changes: 0 additions & 2 deletions scopeprotocols/EthernetRGMIIDecoder.cpp
Original file line number Diff line number Diff line change
@@ -231,8 +231,6 @@ void EthernetRGMIIDecoder::Refresh()
}
}

LogDebug("\n");

//Crunch the data
BytesToFrames(bytes, starts, ends, cap);
}