Skip to content

Commit

Permalink
Only 4 iterations to make it fit in the console.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Conde committed Jun 12, 2019
1 parent ec405a3 commit 43f3877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InputReadings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void readPorts();
const int CONSTANT = 156;

int main() {
for (int value = 0 ; value <= 10 ; value++)
for (int value = 0 ; value <= 4 ; value++)
{
readPorts();
}
Expand Down

0 comments on commit 43f3877

Please sign in to comment.