Skip to content

Commit

Permalink
format examples_linux/streamingData.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Dec 3, 2023
1 parent ff0f0e8 commit 98a688c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples_linux/streamingData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@ void master()
cout << "Aborting at payload " << buffer[0];
break;
}
} // while
} // while

uint32_t elapsedTime = getMicros(); // end the timer
cout << "Time to transmit data = ";
cout << elapsedTime; // print the timer result
cout << elapsedTime; // print the timer result
cout << " us. " << failures; // print number of retries
cout << " failures detected. Leaving TX role." << endl;
} // master
Expand Down

0 comments on commit 98a688c

Please sign in to comment.