Skip to content

Commit

Permalink
fix formatting in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 1, 2021
1 parent 2a29943 commit 8acdf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Network_Priority_RX/Network_Priority_RX.ino
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ void loop() {
Serial.print(F(" Value "));
Serial.println(someVariable);
} else {
network.read(header, &someVariable, 0); // Clear the user data from the buffer if
// some other header type is received
// Clear the user data from the buffer if some other header type is received
network.read(header, &someVariable, 0);
}
}
}
Expand Down

0 comments on commit 8acdf8e

Please sign in to comment.