diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-14 16:05:39 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-14 16:05:39 -0500 |
commit | fe06492794c15013e4511d1fcd623b0234c21afe (patch) | |
tree | ef6cc5128d33feb3fc73c218607d509a4c2a26e8 /clients/tde/src/part/commanalyzer | |
parent | e382ba1107906e9f6725fe7b4f15f62b5bb282c5 (diff) | |
download | ulab-fe06492794c15013e4511d1fcd623b0234c21afe.tar.gz ulab-fe06492794c15013e4511d1fcd623b0234c21afe.zip |
Can now grab initial scope traces
Diffstat (limited to 'clients/tde/src/part/commanalyzer')
-rw-r--r-- | clients/tde/src/part/commanalyzer/part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tde/src/part/commanalyzer/part.cpp b/clients/tde/src/part/commanalyzer/part.cpp index 8b92ea4..6042829 100644 --- a/clients/tde/src/part/commanalyzer/part.cpp +++ b/clients/tde/src/part/commanalyzer/part.cpp @@ -572,7 +572,7 @@ void CommAnalyzerPart::mainEventLoop() { if (result == "ACK") { #if 1 - // Trace grap is slow on most instruments + // Trace grab is slow on most instruments // Put in the next trace request before processing the trace we just got so as to increase the overall update rate if (m_commHandlerMode == 0) { // Get trace, step 1 |