Skip to content

Commit

Permalink
[clang-format] align args in multi-line statement
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2bndy5 and github-actions[bot] authored Jun 15, 2024
1 parent 4626fec commit 2d55d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ uint16_t ESBNetwork<radio_t>::read(RF24NetworkHeader& header, void* message, uin
IF_RF24NETWORK_DEBUG(printf_P(PSTR("%u: FRG message "), millis()); const char* charPtr = reinterpret_cast<const char*>(message); for (uint16_t i = 0; i < bufsize; i++) { printf_P(PSTR("%02X "), charPtr[i]); }; printf(PSTR("\n\r")));

IF_RF24NETWORK_DEBUG(printf_P(PSTR("%u: NET read " PRIPSTR
"\n\r"),
millis(), header.toString()));
"\n\r"),
millis(), header.toString()));

frame_queue.pop();

Expand Down

0 comments on commit 2d55d77

Please sign in to comment.