Skip to content

Commit 8b9ae7c

Browse files
committed
Fix index bug in SendData.cpp
1 parent fdd44a1 commit 8b9ae7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/SendData.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ int main(int argc, char *argv[]) {
8484
// send data forever
8585
std::cout << "Now sending data... " << std::endl;
8686
for (unsigned t = 0;; t++) {
87-
8887
// Create random data for the first 8 channels.
8988
for (int c = 0; c < 8; c++) sample[c] = (float)((rand() % 1500) / 500.0 - 1.5);
9089
// For the remaining channels, fill them with a sample counter (wraps at 1M).

0 commit comments

Comments
 (0)