Skip to content

Commit 29f5315

Browse files
committed
Update on the unresponsive code
1 parent 1422f45 commit 29f5315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CodeDebugScope.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@
4444
#include "CodeDebugScope.h"
4545
#include <Streaming.h>
4646

47+
/*
4748
template <class T> // easy printing multiple variables with separator ','
4849
// example: Serial << endl << a, b, c;
4950
inline Print &operator,(Print &stream, const T arg) {
5051
stream.print(" ");
5152
stream.print(arg);
5253
return stream;
5354
}
54-
55+
*/
5556
void SWscope::start(byte _channels, int _preSamples,
5657
unsigned int _recordLenght) {
5758
ptr = samples = triggerPtr = preSamples = triggered = 0;

0 commit comments

Comments
 (0)