Skip to content

Commit 25de63e

Browse files
Karl Smithacarte53
authored andcommitted
Updated intial polling threshold message.
1 parent 11c0371 commit 25de63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Poll/source/poll2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ int main(int argc, char *argv[]){
126126
std::cout << " == == == == == \n\n";
127127

128128
poll.SetThreshWords(EXTERNAL_FIFO_LENGTH * threshPercent / 100.0);
129-
std::cout << "Using FIFO threshold of " << poll.GetThreshWords() << " words\n";
129+
std::cout << "Using FIFO threshold of " << threshPercent << "% (" << poll.GetThreshWords() << "/" << EXTERNAL_FIFO_LENGTH << " words).\n";
130130

131131
#ifdef PIF_REVA
132132
std::cout << "Using Pixie16 revision A\n";

0 commit comments

Comments
 (0)